2006年05月27日 星期六 13:12
如题
2006年05月27日 星期六 13:51
os.getcwd() 在 06-5-27,ONE_Fox<onefox.fox at gmail.com> 写道: > 如题 > > _______________________________________________ > python-chinese > Post: send python-chinese at lists.python.cn > Subscribe: send subscribe to python-chinese-request at lists.python.cn > Unsubscribe: send unsubscribe to python-chinese-request at lists.python.cn > Detail Info: http://python.cn/mailman/listinfo/python-chinese > >
2006年05月27日 星期六 13:58
在06-5-27,xxmplus <xxmplus at gmail.com> 写道: > > os.getcwd() 这个函数得到的是运行脚本时所在的目录。 在 06-5-27,ONE_Fox<onefox.fox at gmail.com> 写道: > > 如题 > 使用 os.path.dirname(__file__) 可以得到脚本文件所在的目录 -- http://my.opera.com/zhangyunfeng -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20060527/a2acc63f/attachment.html
2006年05月27日 星期六 14:09
他问的不就是工作目录么? 在 06-5-27,zhang yunfeng<zhangyunfeng at gmail.com> 写道: > > 在06-5-27,xxmplus <xxmplus at gmail.com> 写道: > > os.getcwd() > > 这个函数得到的是运行脚本时所在的目录。 > > > 在 06-5-27,ONE_Fox<onefox.fox at gmail.com> 写道: > > > 如题 > > > > 使用 os.path.dirname(__file__) 可以得到脚本文件所在的目录 > > -- > http://my.opera.com/zhangyunfeng > _______________________________________________ > python-chinese > Post: send python-chinese at lists.python.cn > Subscribe: send subscribe to > python-chinese-request at lists.python.cn > Unsubscribe: send unsubscribe to > python-chinese-request at lists.python.cn > Detail Info: > http://python.cn/mailman/listinfo/python-chinese > >
2006年05月27日 星期六 14:19
感谢 zhang yunfeng ,问题解决了。 我问的是脚本自身的目录
2006年05月30日 星期二 09:59
我觉得最好是使用os.path.dirname(os.path.abspath(__file__))
2006年05月30日 星期二 16:47
os.path.abspath并不需要。多余的担心。 On 5/30/06, 3751 <lwm3751 at gmail.com> wrote: > > 我觉得最好是使用os.path.dirname(os.path.abspath(__file__)) > > _______________________________________________ > python-chinese > Post: send python-chinese at lists.python.cn > Subscribe: send subscribe to python-chinese-request at lists.python.cn > Unsubscribe: send unsubscribe to python-chinese-request at lists.python.cn > Detail Info: http://python.cn/mailman/listinfo/python-chinese > > -- ※※※※※※※※※※※※※※※※※※※※※※※※ My blog: http://blog.donews.com/ygao Forum http://groups.google.com/group/python_study ※※※※※※※※※※※※※※※※※※※※※※※※ -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20060530/9e718ca9/attachment-0001.html
2006年05月30日 星期二 16:58
新建了一个test.py文件里面只放一句 print __file__ 然后按python test.py就知道是不是多余的担心了。
Zeuux © 2025
京ICP备05028076号