首页 > 数据库技术 > 详细

python中os.path.dirname(__file__) 命令行 参数没有绝对路径导致数据库找不到

时间:2014-07-26 01:09:56      阅读:507      评论:0      收藏:0      [点我收藏+]

   (1).当"print os.path.dirname(__file__)"所在脚本是以完整路径被运行的, 那么将输出该脚本所在的完整路径,比如:

             python d:/pythonSrc/test/test.py

             那么将输出 d:/pythonSrc/test

  (2).当"print os.path.dirname(__file__)"所在脚本是以相对路径被运行的, 那么将输出空目录,比如:

             python test.py

             那么将输出空字符串

 

  启动参数后来加上绝对路径后才算连接上了数据库 :

  python /Users/wuchuanbo/PycharmProjects/wehome_wap/whserver.py --logging=debug  --port=8080

python中os.path.dirname(__file__) 命令行 参数没有绝对路径导致数据库找不到,布布扣,bubuko.com

python中os.path.dirname(__file__) 命令行 参数没有绝对路径导致数据库找不到

原文:http://www.cnblogs.com/buoge/p/3868793.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!