2006年04月21日 星期五 18:39
我在Windows下安装的Django但是在安装时好象要连接到网上下载什么东西,请问在断开网络的情况下如何安装? -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20060421/e1ce6751/attachment.htm
2006年04月21日 星期五 20:03
On 4/21/06, pythonfan <pythonfan at 126.com> wrote: > > 我在Windows下安装的Django但是在安装时好象要连接到网上下载什么东西,请问在断开网络的情况下如何安装? 因为django使用了setuptools工具,因此当有些需要的模块不存在的情况下,setuptools会自动上网下载相应的模块。 其实安装django基本上只要: setuptools.py最新版本 django源码 即可。 -- I like python! My Blog: http://www.donews.net/limodou My Django Site: http://www.djangocn.org NewEdit Maillist: http://groups.google.com/group/NewEdit
2006年04月21日 星期五 22:41
没有网不好装,我按说明下setuptoolsXXX.egg,不知道为什么被成了zip文件,我又把它改回egg放在安装目录下,可以安装,但安装后运行有两句出错,把出错的地方注释掉,不用数据库没问题,用数据库出错。 On 4/21/06, limodou <limodou at gmail.com> wrote: > On 4/21/06, pythonfan <pythonfan at 126.com> wrote: > > > > 我在Windows下安装的Django但是在安装时好象要连接到网上下载什么东西,请问在断开网络的情况下如何安装? > > 因为django使用了setuptools工具,因此当有些需要的模块不存在的情况下,setuptools会自动上网下载相应的模块。 > > 其实安装django基本上只要: > > setuptools.py最新版本 > django源码 > > 即可。 > > -- > I like python! > My Blog: http://www.donews.net/limodou > My Django Site: http://www.djangocn.org > NewEdit Maillist: http://groups.google.com/group/NewEdit > > _______________________________________________ > 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 > > -- http://www.flyaflya.com powered by pygame+python
Zeuux © 2025
京ICP备05028076号