http://blog.youkuaiyun.com/guowenyan001/article/details/50628713
http://blog.youkuaiyun.com/u012005313/article/details/49279535
- 20 logger.debug("sys.path:"+sys.path[0])
- 21 logger.debug("sys.argv:"+sys.argv[0])
- 22 logger.debug("__file__:"+__file__)
- 23 logger.debug("os.getcwd():"+os.getcwd())
- 24 logger.debug("os.path.realpath():"+os.path.realpath(__file__))
- 25 logger.debug("(os.path.abspath(__file__)):"+os.path.abspath(__file__))
- 26 logger.debug("os.path.dirname(os.path.realpath()):"+os.path.dirname(os.path.realpath(__file__)))
- 27 logger.debug("os.path.dirname(os.path.abspath(__file__)):"+os.path.dirname(os.path.abspath(__file__)))