摘要:
Python 通过 PYTHONPATH 环境变量来查找 module,我们可以使用 sys.path 来查看或添加新的路径 [代码]python -c "import sys; print sys.path"and see if /usr/lib/python2.5/site-packages is in that list. If it's not, that's the problem.PY... 阅读全文
posted @ 2009-05-20 18:13
清水湾
阅读(777)
评论(0)
推荐(0)
摘要:
Python的库由于设计者和开源社区的共同努力,在python中有大量优秀的库可以被直接调用以高效地完成不同需求的工作。这里列举一些常见常用的库:Tkinter———— Python默认的图形界面接口。Tkinter是一个和Tk接口的Python模块,Tkinter库提供了对Tk API的接口,它属于Tcl/Tk的GUI工具组。Tcl/Tk是由John Ousterhout发展的书写和图形设备。T... 阅读全文
posted @ 2009-05-20 14:19
清水湾
阅读(481)
评论(0)
推荐(0)
