摘要: 平台:Windows7,python31、关于是直接用python for Windows还是activePython(还有ipython什么的,就不知了):(1)貌似是说activePython集成了Windows的API(但我基本不会用到);(2)activePython可能功能更全面一点(从安装包大小就可以大概猜到),但是更新没有python for Windows快,比如我现在用的activePython中python版本是3.1,而python for Windows中python版本是3.3。(3)从二者的交互式窗口来比较,我觉得不自己配置的话activePython的Python 阅读全文
posted @ 2013-01-22 11:54 ttang 阅读(400) 评论(0) 推荐(0)
摘要: 最近开始学python,参考书是《head first python》,里面有一个例子教初学者如何发布共享代码到pypi,然后最后一步遇到这个问题:You are not allowed to store 'nester' package information找到原因是:nester这个名字已经被用过了,要改个名字,比如XXX_nester参考:http://forums.oreilly.com/topic/52526-ch-2-pg-48/ 阅读全文
posted @ 2013-01-22 11:37 ttang 阅读(748) 评论(0) 推荐(0)