Python论坛  - 讨论区

标题:[python-chinese] 安装django时出错

2006年02月06日 星期一 17:37

Lea.Cen leacen at gmail.com
Mon Feb 6 17:37:54 HKT 2006

请问为什么我在安装django的时候出错:找不到django/bin/django-admin.py这个文件啊?那个文件明明在里面啊!

--
Love Python!_______________________________________________
Python中文技术讨论邮件列表
发言: 发邮件到 python-chinese at lists.python.cn
订阅: 发送 subscribe 到 python-chinese-request at lists.python.cn
退订: 发送 unsubscribe 到  python-chinese-request at lists.python.cn
详细说明: http://python.cn/mailman/listinfo/python-chinese
My webSite: http://www.scweb.cn
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20060206/13c2eacb/attachment.htm

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2006年02月06日 星期一 17:41

limodou limodou at gmail.com
Mon Feb 6 17:41:54 HKT 2006

在 06-2-6,Lea.Cen<leacen at gmail.com> 写道:
> 请问为什么我在安装django的时候出错:找不到django/bin/django-admin.py这个文件啊?那个文件明明在里面啊!
>

安装django的步骤很简单,进入django目录,执行:

python setup.py install

这样django-admin.py 会放在python 的Scripts目录。在命令行下使用的话,建议将 Scripts加入到 PATH 环境变量中即可。

--
I like python!
My Blog: http://www.donews.net/limodou
NewEdit Maillist: http://groups.google.com/group/NewEdit

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2006年02月06日 星期一 18:02

Lea.Cen leacen at gmail.com
Mon Feb 6 18:02:37 HKT 2006

我回去试试,谢谢指点!

On 2/6/06, limodou <limodou at gmail.com> wrote:
>
> 在 06-2-6,Lea.Cen<leacen at gmail.com> 写道:
> > 请问为什么我在安装django的时候出错:找不到django/bin/django-admin.py这个文件啊?那个文件明明在里面啊!
> >
>
> 安装django的步骤很简单,进入django目录,执行:
>
> python setup.py install
>
> 这样django-admin.py 会放在python 的Scripts目录。在命令行下使用的话,建议将 Scripts加入到 PATH
> 环境变量中即可。
>
> --
> I like python!
> My Blog: http://www.donews.net/limodou
> 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
>
>


--
Love Python!_______________________________________________
Python中文技术讨论邮件列表
发言: 发邮件到 python-chinese at lists.python.cn
订阅: 发送 subscribe 到 python-chinese-request at lists.python.cn
退订: 发送 unsubscribe 到  python-chinese-request at lists.python.cn
详细说明: http://python.cn/mailman/listinfo/python-chinese
My webSite: http://www.scweb.cn
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20060206/3548cbdd/attachment.htm

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2006年02月07日 星期二 13:27

风向标-Vane vaneoooo at gmail.com
Tue Feb 7 13:27:50 HKT 2006

我发现安装后scripts原本的django-admin.py是无法执行生成newtest的
必须要build下scripts2.4中的django-admin.py拷出来
才可以使用

有点莫名其妙
不知道是不是我安装步骤有什么问题

在 06-2-6,Lea.Cen<leacen at gmail.com> 写道:
> 我回去试试,谢谢指点!
>
>
> On 2/6/06, limodou <limodou at gmail.com> wrote:
> >
> > 在 06-2-6,Lea.Cen<leacen at gmail.com> 写道:
> > > 请问为什么我在安装django的时候出错:找不到django/bin/django-
> admin.py这个文件啊?那个文件明明在里面啊!
> > >
> >
> > 安装django的步骤很简单,进入django目录,执行:
> >
> > python setup.py install
> >
> > 这样django-admin.py 会放在python 的Scripts目录。在命令行下使用的话,建议将 Scripts加入到 PATH
> 环境变量中即可。
> >
> > --
> > I like python!
> > My Blog: http://www.donews.net/limodou
> > 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
> >
> >
>
>
>
> --
> Love Python!_______________________________________________
> Python中文技术讨论邮件列表
> 发言: 发邮件到 python-chinese at lists.python.cn
> 订阅: 发送 subscribe 到 python-chinese-request at lists.python.cn
> 退订: 发送 unsubscribe 到
> python-chinese-request at lists.python.cn
> 详细说明: http://python.cn/mailman/listinfo/python-chinese
> My webSite: http://www.scweb.cn
> _______________________________________________
> 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
>
>

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

如下红色区域有误,请重新填写。

    你的回复:

    请 登录 后回复。还没有在Zeuux哲思注册吗?现在 注册 !

    Zeuux © 2025

    京ICP备05028076号