2006年07月14日 星期五 08:09
C:\Documents and Settings\yang>python H:\softwave\python\Django-0.91\Django-0.91 \setup.py install running install running bdist_egg running egg_info writing Django.egg-info\PKG-INFO writing top-level names to Django.egg-info\top_level.txt error: Favorites\Java开源?Axis.url: No such file or directory C:\Documents and Settings\yang> -- 百炀斩
2006年07月14日 星期五 08:52
On 7/14/06, 百炀斩FireYang <shenhuan007 at gmail.com> wrote: > C:\Documents and Settings\yang>python H:\softwave\python\Django-0.91\Django-0.91 > \setup.py install > running install > running bdist_egg > running egg_info > writing Django.egg-info\PKG-INFO > writing top-level names to Django.egg-info\top_level.txt > error: Favorites\Java开源?Axis.url: No such file or directory > > C:\Documents and Settings\yang> > 你的这装目录下有不是django的东西,建议找个干净的目录重新装一下。 另外你的django的源代码不是最新的,建议从svn中下载。 -- 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年07月14日 星期五 08:55
谢谢,马上去试一下,我是在http://www.djangoproject.com/download/上下的,应该比较稳定了吧? 在 06-7-14,limodou<limodou at gmail.com> 写道: > On 7/14/06, 百炀斩FireYang <shenhuan007 at gmail.com> wrote: > > C:\Documents and Settings\yang>python H:\softwave\python\Django-0.91\Django-0.91 > > \setup.py install > > running install > > running bdist_egg > > running egg_info > > writing Django.egg-info\PKG-INFO > > writing top-level names to Django.egg-info\top_level.txt > > error: Favorites\Java开源?Axis.url: No such file or directory > > > > C:\Documents and Settings\yang> > > > 你的这装目录下有不是django的东西,建议找个干净的目录重新装一下。 > > 另外你的django的源代码不是最新的,建议从svn中下载。 > > -- > 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 > > -- 百炀斩
2006年07月14日 星期五 09:00
换了个新的空文件夹,问题还存在?如下: E:\work\Python24\Tools\Django-0.91>python H:\softwave\python\Django-0.91\Django- 0.91\setup.py install running install running bdist_egg running egg_info creating Django.egg-info writing Django.egg-info\PKG-INFO writing top-level names to Django.egg-info\top_level.txt warning: manifest_maker: standard file not found: should have one of README, REA DME.txt warning: manifest_maker: standard file 'setup.py' not found writing manifest file 'Django.egg-info\SOURCES.txt' installing library code to build\bdist.win32\egg running install_lib warning: install_lib: 'build\lib' does not exist -- no Python modules to install creating build creating build\bdist.win32 creating build\bdist.win32\egg creating build\bdist.win32\egg\EGG-INFO installing scripts to build\bdist.win32\egg\EGG-INFO\scripts running install_scripts running build_scripts creating build\scripts-2.4 error: file 'django\bin\django-admin.py' does not exist 在 06-7-14,百炀斩FireYang<shenhuan007 at gmail.com> 写道: > 谢谢,马上去试一下,我是在http://www.djangoproject.com/download/上下的,应该比较稳定了吧? > > 在 06-7-14,limodou<limodou at gmail.com> 写道: > > On 7/14/06, 百炀斩FireYang <shenhuan007 at gmail.com> wrote: > > > C:\Documents and Settings\yang>python H:\softwave\python\Django-0.91\Django-0.91 > > > \setup.py install > > > running install > > > running bdist_egg > > > running egg_info > > > writing Django.egg-info\PKG-INFO > > > writing top-level names to Django.egg-info\top_level.txt > > > error: Favorites\Java开源?Axis.url: No such file or directory > > > > > > C:\Documents and Settings\yang> > > > > > 你的这装目录下有不是django的东西,建议找个干净的目录重新装一下。 > > > > 另外你的django的源代码不是最新的,建议从svn中下载。 > > > > -- > > 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 > > > > > > > -- > 百炀斩 > -- 百炀斩
2006年07月14日 星期五 09:03
On 7/14/06, 百炀斩FireYang <shenhuan007 at gmail.com> wrote: > 谢谢,马上去试一下,我是在http://www.djangoproject.com/download/上下的,应该比较稳定了吧? > 那个是老版本,新的是0.95,但没有发布,在svn中呢。而且变化很大。 -- 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年07月14日 星期五 09:04
On 7/14/06, 百炀斩FireYang <shenhuan007 at gmail.com> wrote: > 换了个新的空文件夹,问题还存在?如下: > E:\work\Python24\Tools\Django-0.91>python H:\softwave\python\Django-0.91\Django- > 0.91\setup.py install 不要这样运行。应该进入到这个目录下,然后再执行: python setup.py install 试试。 -- 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年07月14日 星期五 09:05
差这么大啊?那还是去svn上下了 在 06-7-14,limodou<limodou at gmail.com> 写道: > On 7/14/06, 百炀斩FireYang <shenhuan007 at gmail.com> wrote: > > 谢谢,马上去试一下,我是在http://www.djangoproject.com/download/上下的,应该比较稳定了吧? > > > 那个是老版本,新的是0.95,但没有发布,在svn中呢。而且变化很大。 > > -- > 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 > > -- 百炀斩
2006年07月14日 星期五 09:08
恩,先去下个新的先,呵呵,十分感谢。 在 06-7-14,百炀斩FireYang<shenhuan007 at gmail.com> 写道: > 差这么大啊?那还是去svn上下了 > > 在 06-7-14,limodou<limodou at gmail.com> 写道: > > On 7/14/06, 百炀斩FireYang <shenhuan007 at gmail.com> wrote: > > > 谢谢,马上去试一下,我是在http://www.djangoproject.com/download/上下的,应该比较稳定了吧? > > > > > 那个是老版本,新的是0.95,但没有发布,在svn中呢。而且变化很大。 > > > > -- > > 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 > > > > > > > -- > 百炀斩 > -- 百炀斩
2006年07月14日 星期五 10:37
我在svn上 下过来后,还是有失败: C:\Documents and Settings\yang>e: E:\>cd E:\work\Python24\Tools\djagno E:\work\Python24\Tools\djagno>python setup.py install The required version of setuptools (>=0.6a10) is not available, and can't be installed while this script is running. Please install a more recent version first. E:\work\Python24\Tools\djagno> 在 06-7-14,百炀斩FireYang<shenhuan007 at gmail.com> 写道: > 恩,先去下个新的先,呵呵,十分感谢。 > > 在 06-7-14,百炀斩FireYang<shenhuan007 at gmail.com> 写道: > > 差这么大啊?那还是去svn上下了 > > > > 在 06-7-14,limodou<limodou at gmail.com> 写道: > > > On 7/14/06, 百炀斩FireYang <shenhuan007 at gmail.com> wrote: > > > > 谢谢,马上去试一下,我是在http://www.djangoproject.com/download/上下的,应该比较稳定了吧? > > > > > > > 那个是老版本,新的是0.95,但没有发布,在svn中呢。而且变化很大。 > > > > > > -- > > > 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 > > > > > > > > > > > > -- > > 百炀斩 > > > > > -- > 百炀斩 > -- 百炀斩
2006年07月14日 星期五 10:58
On 7/14/06, 百炀斩FireYang <shenhuan007 at gmail.com> wrote: > 我在svn上 下过来后,还是有失败: > C:\Documents and Settings\yang>e: > > E:\>cd E:\work\Python24\Tools\djagno > > E:\work\Python24\Tools\djagno>python setup.py install > The required version of setuptools (>=0.6a10) is not available, and > can't be installed while this script is running. Please install > a more recent version first. > > E:\work\Python24\Tools\djagno> > 先装个setuptools。 -- 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年07月14日 星期五 11:00
这是什么东东啊?哪里可以下到? 在 06-7-14,limodou<limodou at gmail.com> 写道: > On 7/14/06, 百炀斩FireYang <shenhuan007 at gmail.com> wrote: > > 我在svn上 下过来后,还是有失败: > > C:\Documents and Settings\yang>e: > > > > E:\>cd E:\work\Python24\Tools\djagno > > > > E:\work\Python24\Tools\djagno>python setup.py install > > The required version of setuptools (>=0.6a10) is not available, and > > can't be installed while this script is running. Please install > > a more recent version first. > > > > E:\work\Python24\Tools\djagno> > > > 先装个setuptools。 > > -- > 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 > > -- 百炀斩
2006年07月14日 星期五 11:20
在django的目录里面有一个ez_setup.py的,应这个应该可以自动检测是否安装了setuptool,然后他会自动下载的。 我这里的是 setuptools-0.6a10-py2.4.egg 这个东西。 用这个命令来安装或者升级setuptool ez_setup.py -U setuptools 在 06-7-14,百炀斩FireYang<shenhuan007 at gmail.com> 写道: > 这是什么东东啊?哪里可以下到? > > 在 06-7-14,limodou<limodou at gmail.com> 写道: > > On 7/14/06, 百炀斩FireYang <shenhuan007 at gmail.com> wrote: > > > 我在svn上 下过来后,还是有失败: > > > C:\Documents and Settings\yang>e: > > > > > > E:\>cd E:\work\Python24\Tools\djagno > > > > > > E:\work\Python24\Tools\djagno>python setup.py install > > > The required version of setuptools (>=0.6a10) is not available, and > > > can't be installed while this script is running. Please install > > > a more recent version first. > > > > > > E:\work\Python24\Tools\djagno> > > > > > 先装个setuptools。 > > > > -- > > 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 > > > > > > > -- > 百炀斩 > > _______________________________________________ > 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 > >
2006年07月14日 星期五 11:55
感谢诸位的帮忙,终于出来了。 在 06-7-14,马踏飞燕<honeyday.mj at gmail.com> 写道: > 在django的目录里面有一个ez_setup.py的,应这个应该可以自动检测是否安装了setuptool,然后他会自动下载的。 > 我这里的是 setuptools-0.6a10-py2.4.egg 这个东西。 > 用这个命令来安装或者升级setuptool > ez_setup.py -U setuptools > > > 在 06-7-14,百炀斩FireYang<shenhuan007 at gmail.com> 写道: > > 这是什么东东啊?哪里可以下到? > > > > 在 06-7-14,limodou<limodou at gmail.com> 写道: > > > On 7/14/06, 百炀斩FireYang <shenhuan007 at gmail.com> wrote: > > > > 我在svn上 下过来后,还是有失败: > > > > C:\Documents and Settings\yang>e: > > > > > > > > E:\>cd E:\work\Python24\Tools\djagno > > > > > > > > E:\work\Python24\Tools\djagno>python setup.py install > > > > The required version of setuptools (>=0.6a10) is not available, and > > > > can't be installed while this script is running. Please install > > > > a more recent version first. > > > > > > > > E:\work\Python24\Tools\djagno> > > > > > > > 先装个setuptools。 > > > > > > -- > > > 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 > > > > > > > > > > > > -- > > 百炀斩 > > > > _______________________________________________ > > 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 > > > > > > _______________________________________________ > 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 > > -- 百炀斩
2006年07月14日 星期五 12:23
运行python setup.py install会出现: error: can't copy 'django\conf\locale\ar\LC_MESSAGES\_svn': doesn't exist or not a regular file 但是运行还是没问题,不知道这是什么错误,是svn错吗? 在 06-7-14,百炀斩FireYang<shenhuan007 at gmail.com> 写道: > 感谢诸位的帮忙,终于出来了。 > > 在 06-7-14,马踏飞燕<honeyday.mj at gmail.com> 写道: > > 在django的目录里面有一个ez_setup.py的,应这个应该可以自动检测是否安装了setuptool,然后他会自动下载的。 > > 我这里的是 setuptools-0.6a10-py2.4.egg 这个东西。 > > 用这个命令来安装或者升级setuptool > > ez_setup.py -U setuptools > > > > > > 在 06-7-14,百炀斩FireYang<shenhuan007 at gmail.com> 写道: > > > 这是什么东东啊?哪里可以下到? > > > > > > 在 06-7-14,limodou<limodou at gmail.com> 写道: > > > > On 7/14/06, 百炀斩FireYang <shenhuan007 at gmail.com> wrote: > > > > > 我在svn上 下过来后,还是有失败: > > > > > C:\Documents and Settings\yang>e: > > > > > > > > > > E:\>cd E:\work\Python24\Tools\djagno > > > > > > > > > > E:\work\Python24\Tools\djagno>python setup.py install > > > > > The required version of setuptools (>=0.6a10) is not available, and > > > > > can't be installed while this script is running. Please install > > > > > a more recent version first. > > > > > > > > > > E:\work\Python24\Tools\djagno> > > > > > > > > > 先装个setuptools。 > > > > > > > > -- > > > > 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 > > > > > > > > > > > > > > > > > -- > > > 百炀斩 > > > > > > _______________________________________________ > > > 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 > > > > > > > > > > _______________________________________________ > > 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 > > > > > > > -- > 百炀斩 > -- 百炀斩
2006年07月14日 星期五 12:45
Try "python setup.py develop" -----邮件原件----- 发件人: python-chinese-bounces at lists.python.cn [mailto:python-chinese-bounces at lists.python.cn] 代表 百炀斩FireYang 发送时间: 2006年7月14日 12:24 收件人: python-chinese at lists.python.cn 主题: Re: [python-chinese] 安装djagno出现的一个下载失败问题,何解? 运行python setup.py install会出现: error: can't copy 'django\conf\locale\ar\LC_MESSAGES\_svn': doesn't exist or not a regular file 但是运行还是没问题,不知道这是什么错误,是svn错吗? 在 06-7-14,百炀斩FireYang<shenhuan007 at gmail.com> 写道: > 感谢诸位的帮忙,终于出来了。 > > 在 06-7-14,马踏飞燕<honeyday.mj at gmail.com> 写道: > > 在django的目录里面有一个ez_setup.py的,应这个应该可以自动检测是否安装了 setuptool,然后他会自动下载的。 > > 我这里的是 setuptools-0.6a10-py2.4.egg 这个东西。 > > 用这个命令来安装或者升级setuptool > > ez_setup.py -U setuptools > > > > > > 在 06-7-14,百炀斩FireYang<shenhuan007 at gmail.com> 写道: > > > 这是什么东东啊?哪里可以下到? > > > > > > 在 06-7-14,limodou<limodou at gmail.com> 写道: > > > > On 7/14/06, 百炀斩FireYang <shenhuan007 at gmail.com> wrote: > > > > > 我在svn上 下过来后,还是有失败: > > > > > C:\Documents and Settings\yang>e: > > > > > > > > > > E:\>cd E:\work\Python24\Tools\djagno > > > > > > > > > > E:\work\Python24\Tools\djagno>python setup.py install > > > > > The required version of setuptools (>=0.6a10) is not available, and > > > > > can't be installed while this script is running. Please install > > > > > a more recent version first. > > > > > > > > > > E:\work\Python24\Tools\djagno> > > > > > > > > > 先装个setuptools。 > > > > > > > > -- > > > > 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 > > > > > > > > > > > > > > > > > -- > > > 百炀斩 > > > > > > _______________________________________________ > > > 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 > > > > > > > > > > _______________________________________________ > > 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 > > > > > > > -- > 百炀斩 > -- 百炀斩 -- No virus found in this incoming message. Checked by AVG Free Edition. Version: 7.1.394 / Virus Database: 268.10.0/388 - Release Date: 2006-7-13 -- No virus found in this outgoing message. Checked by AVG Free Edition. Version: 7.1.394 / Virus Database: 268.10.0/388 - Release Date: 2006-7-13
2006年07月14日 星期五 13:33
On 7/14/06, 百炀斩FireYang <shenhuan007 at gmail.com> wrote: > 运行python setup.py install会出现: > error: can't copy 'django\conf\locale\ar\LC_MESSAGES\_svn': doesn't exist or not > a regular file > 但是运行还是没问题,不知道这是什么错误,是svn错吗? > 应该是一个临时文件,我的没有这个问题。 -- 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年07月14日 星期五 14:08
问了这么多问题居然一直把django打成django,晕死 在 06-7-14,百炀斩FireYang<shenhuan007 at gmail.com> 写道: > 运行python setup.py install会出现: > error: can't copy 'django\conf\locale\ar\LC_MESSAGES\_svn': doesn't exist or not > a regular file > 但是运行还是没问题,不知道这是什么错误,是svn错吗? > > 在 06-7-14,百炀斩FireYang<shenhuan007 at gmail.com> 写道: > > 感谢诸位的帮忙,终于出来了。 > > > > 在 06-7-14,马踏飞燕<honeyday.mj at gmail.com> 写道: > > > 在django的目录里面有一个ez_setup.py的,应这个应该可以自动检测是否安装了setuptool,然后他会自动下载的。 > > > 我这里的是 setuptools-0.6a10-py2.4.egg 这个东西。 > > > 用这个命令来安装或者升级setuptool > > > ez_setup.py -U setuptools > > > > > > > > > 在 06-7-14,百炀斩FireYang<shenhuan007 at gmail.com> 写道: > > > > 这是什么东东啊?哪里可以下到? > > > > > > > > 在 06-7-14,limodou<limodou at gmail.com> 写道: > > > > > On 7/14/06, 百炀斩FireYang <shenhuan007 at gmail.com> wrote: > > > > > > 我在svn上 下过来后,还是有失败: > > > > > > C:\Documents and Settings\yang>e: > > > > > > > > > > > > E:\>cd E:\work\Python24\Tools\djagno > > > > > > > > > > > > E:\work\Python24\Tools\djagno>python setup.py install > > > > > > The required version of setuptools (>=0.6a10) is not available, and > > > > > > can't be installed while this script is running. Please install > > > > > > a more recent version first. > > > > > > > > > > > > E:\work\Python24\Tools\djagno> > > > > > > > > > > > 先装个setuptools。 > > > > > > > > > > -- > > > > > 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 > > > > > > > > > > > > > > > > > > > > > > -- > > > > 百炀斩 > > > > > > > > _______________________________________________ > > > > 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 > > > > > > > > > > > > > > _______________________________________________ > > > 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 > > > > > > > > > > > > -- > > 百炀斩 > > > > > -- > 百炀斩 > -- 百炀斩
2006年07月14日 星期五 14:13
这个无所谓的。 一般来说应该是.svn这个目录,但是为啥你这里变成_svn我就不知道了。。。 这里面保存了你check out的文件的版本之类的信息。 其实,你不用安装程序,只要把django的目录整个copy到site-packages下面也能用。安装程序也就是一个copy和编译的过程。 在 06-7-14,百炀斩FireYang<shenhuan007 at gmail.com> 写道: > 运行python setup.py install会出现: > error: can't copy 'django\conf\locale\ar\LC_MESSAGES\_svn': doesn't exist or not > a regular file > 但是运行还是没问题,不知道这是什么错误,是svn错吗? > > 在 06-7-14,百炀斩FireYang<shenhuan007 at gmail.com> 写道: > > 感谢诸位的帮忙,终于出来了。 > > > > 在 06-7-14,马踏飞燕<honeyday.mj at gmail.com> 写道: > > > 在django的目录里面有一个ez_setup.py的,应这个应该可以自动检测是否安装了setuptool,然后他会自动下载的。 > > > 我这里的是 setuptools-0.6a10-py2.4.egg 这个东西。 > > > 用这个命令来安装或者升级setuptool > > > ez_setup.py -U setuptools > > > > > > > > > 在 06-7-14,百炀斩FireYang<shenhuan007 at gmail.com> 写道: > > > > 这是什么东东啊?哪里可以下到? > > > > > > > > 在 06-7-14,limodou<limodou at gmail.com> 写道: > > > > > On 7/14/06, 百炀斩FireYang <shenhuan007 at gmail.com> wrote: > > > > > > 我在svn上 下过来后,还是有失败: > > > > > > C:\Documents and Settings\yang>e: > > > > > > > > > > > > E:\>cd E:\work\Python24\Tools\djagno > > > > > > > > > > > > E:\work\Python24\Tools\djagno>python setup.py install > > > > > > The required version of setuptools (>=0.6a10) is not available, and > > > > > > can't be installed while this script is running. Please install > > > > > > a more recent version first. > > > > > > > > > > > > E:\work\Python24\Tools\djagno> > > > > > > > > > > > 先装个setuptools。 > > > > > > > > > > -- > > > > > 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 > > > > > > > > > > > > > > > > > > > > > > -- > > > > 百炀斩 > > > > > > > > _______________________________________________ > > > > 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 > > > > > > > > > > > > > > _______________________________________________ > > > 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 > > > > > > > > > > > > -- > > 百炀斩 > > > > > -- > 百炀斩 > > _______________________________________________ > 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 > >
2006年07月14日 星期五 20:59
原来如此!!! 在 06-7-14,马踏飞燕<honeyday.mj at gmail.com> 写道: > 这个无所谓的。 > 一般来说应该是.svn这个目录,但是为啥你这里变成_svn我就不知道了。。。 > 这里面保存了你check out的文件的版本之类的信息。 > > 其实,你不用安装程序,只要把django的目录整个copy到site-packages下面也能用。安装程序也就是一个copy和编译的过程。 > > 在 06-7-14,百炀斩FireYang<shenhuan007 at gmail.com> 写道: > > 运行python setup.py install会出现: > > error: can't copy 'django\conf\locale\ar\LC_MESSAGES\_svn': doesn't exist or not > > a regular file > > 但是运行还是没问题,不知道这是什么错误,是svn错吗? > > > > 在 06-7-14,百炀斩FireYang<shenhuan007 at gmail.com> 写道: > > > 感谢诸位的帮忙,终于出来了。 > > > > > > 在 06-7-14,马踏飞燕<honeyday.mj at gmail.com> 写道: > > > > 在django的目录里面有一个ez_setup.py的,应这个应该可以自动检测是否安装了setuptool,然后他会自动下载的。 > > > > 我这里的是 setuptools-0.6a10-py2.4.egg 这个东西。 > > > > 用这个命令来安装或者升级setuptool > > > > ez_setup.py -U setuptools > > > > > > > > > > > > 在 06-7-14,百炀斩FireYang<shenhuan007 at gmail.com> 写道: > > > > > 这是什么东东啊?哪里可以下到? > > > > > > > > > > 在 06-7-14,limodou<limodou at gmail.com> 写道: > > > > > > On 7/14/06, 百炀斩FireYang <shenhuan007 at gmail.com> wrote: > > > > > > > 我在svn上 下过来后,还是有失败: > > > > > > > C:\Documents and Settings\yang>e: > > > > > > > > > > > > > > E:\>cd E:\work\Python24\Tools\djagno > > > > > > > > > > > > > > E:\work\Python24\Tools\djagno>python setup.py install > > > > > > > The required version of setuptools (>=0.6a10) is not available, and > > > > > > > can't be installed while this script is running. Please install > > > > > > > a more recent version first. > > > > > > > > > > > > > > E:\work\Python24\Tools\djagno> > > > > > > > > > > > > > 先装个setuptools。 > > > > > > > > > > > > -- > > > > > > 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 > > > > > > > > > > > > > > > > > > > > > > > > > > > -- > > > > > 百炀斩 > > > > > > > > > > _______________________________________________ > > > > > 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 > > > > > > > > > > > > > > > > > > _______________________________________________ > > > > 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 > > > > > > > > > > > > > > > > > -- > > > 百炀斩 > > > > > > > > > -- > > 百炀斩 > > > > _______________________________________________ > > 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 > > > > > > _______________________________________________ > 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 > > -- 百炀斩
Zeuux © 2025
京ICP备05028076号