2008年01月18日 星期五 14:02
写了个类,比如fileinfo.py,,,放在d:\python 把 路径加进去 sys.path.append('d:\python') 然后想 import fileinfo...但是提示没有这个模块 -- regards j.L -------------- next part -------------- An HTML attachment was scrubbed... URL: http://python.cn/pipermail/python-chinese/attachments/20080118/e48e8e97/attachment.html
2008年01月18日 星期五 14:07
2008/1/18 j. L <liuping.james在gmail.com>: > 写了个类,比如fileinfo.py,,,放在d:\python > > 把 路径加进去 > sys.path.append('d:\python') 这里要么使用'\\'要么前面加个r > > 然后想 > import fileinfo...但是提示没有这个模块 -- I like python! UliPad <>: http://code.google.com/p/ulipad/ meide < >: http://code.google.com/p/meide/ My Blog: http://www.donews.net/limodou
2008年01月18日 星期五 14:14
不加也可以的。。我用sys.path看过。 加上去,,也没用啊 2008/1/18 limodou <limodou at gmail.com>: > 2008/1/18 j. L <liuping.james at gmail.com>: > > 写了个类,比如fileinfo.py,,,放在d:\python > > > > 把 路径加进去 > > sys.path.append('d:\python') > > 这里要么使用'\\'要么前面加个r > > > > > 然后想 > > import fileinfo...但是提示没有这个模块 > > -- > I like python! > UliPad <>: http://code.google.com/p/ulipad/ > meide <>: http://code.google.com/p/meide/ > My Blog: http://www.donews.net/limodou > _______________________________________________ > 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 -- regards j.L -------------- next part -------------- An HTML attachment was scrubbed... URL: http://python.cn/pipermail/python-chinese/attachments/20080118/92c81311/attachment.htm
2008年01月18日 星期五 17:15
搞定了。。谢谢。 2008/1/18 j. L <liuping.james at gmail.com>: > 不加也可以的。。我用sys.path看过。 > > 加上去,,也没用啊 > > 2008/1/18 limodou <limodou at gmail.com>: > > 2008/1/18 j. L <liuping.james at gmail.com>: > > > 写了个类,比如fileinfo.py,,,放在d:\python > > > > > > 把 路径加进去 > > > sys.path.append('d:\python') > > > > 这里要么使用'\\'要么前面加个r > > > > > > > > 然后想 > > > import fileinfo...但是提示没有这个模块 > > > > -- > > I like python! > > UliPad <>: http://code.google.com/p/ulipad/ > > meide <>: http://code.google.com/p/meide/ > > My Blog: http://www.donews.net/limodou > > _______________________________________________ > > 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 > > > > > -- > regards > j.L -- regards j.L -------------- next part -------------- An HTML attachment was scrubbed... URL: http://python.cn/pipermail/python-chinese/attachments/20080118/cb64cc79/attachment.htm
Zeuux © 2024
京ICP备05028076号