在windows上下载python插件包的方法:
1)下载安装setuptools
2)用setuptools的easy_install工具下载安装插件包(如,easy_install PyQt,注意大小写)
如果需要保存插件包到本地,可以在easy_install安装完后,在D:\python\Python26\Lib\site-packages目录拷贝,也可以在easy_install安装插件包时,记下它下载插件包的地址,手动下载插件包。

 

具体的操作步骤可以参考:

http://peak.telecommunity.com/DevCenter/EasyInstall

http://www.worldhello.net/2010/12/08/2178.html

http://www.ibm.com/developerworks/cn/linux/l-cppeak3.html

http://pypi.python.org/pypi