Python论坛  - 讨论区

标题:[python-chinese] Re: python-chinese Digest, Vol 26, Issue 68

2006年02月18日 星期六 23:38

pandaxiaoxi pandaxiaoxi at tom.com
Sat Feb 18 23:38:41 HKT 2006

python-chinese-request,您好!

	最近学习跟着limodou的教程学习Django,学到使用数据库时出现了问题,我在mysql中建好了数据库wikidb,但是用manage.py初始化时报错,错误提示是  Error: The database couldn't be initialized.an integer is required .这是怎么回事??

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

2006年02月19日 星期日 22:46

limodou limodou at gmail.com
Sun Feb 19 22:46:55 HKT 2006

On 2/18/06, pandaxiaoxi <pandaxiaoxi at tom.com> wrote:
> python-chinese-request,您好!
>
>         最近学习跟着limodou的教程学习Django,学到使用数据库时出现了问题,我在mysql中建好了数据库wikidb,但是用manage.py初始化时报错,错误提示是  Error: The database couldn't be initialized.an integer is required .这是怎么回事??
>

在 settings.py中,有一个数据库端口的设置。在缺省情况下为'',但一量你修改就要改为一个整数,而不能是 '3360' ,而应该是
3360 才会。改过来再试试。
--
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月22日 星期三 15:12

Bian Alex python.bian at gmail.com
Wed Feb 22 15:12:34 HKT 2006

*limodou兄,弱弱的问一下'Django'是做什么用的?*

在06-2-19,limodou <limodou at gmail.com> 写道:
>
> On 2/18/06, pandaxiaoxi <pandaxiaoxi at tom.com> wrote:
> > python-chinese-request,您好!
> >
> >         最近学习跟着limodou的教程学习Django,学到使用数据库时出现了问题,我在mysql中建好了数据库wikidb,
> 但是用manage.py初始化时报错,错误提示是  Error: The database couldn't be initialized.aninteger is required .这是怎么回事??
> >
>
> 在 settings.py中,有一个数据库端口的设置。在缺省情况下为'',但一量你修改就要改为一个整数,而不能是 '3360' ,而应该是
> 3360 才会。改过来再试试。
> --
> 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
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20060222/c3492c8a/attachment.html

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

2006年02月22日 星期三 15:15

超群李 achilles.lee at gmail.com
Wed Feb 22 15:15:01 HKT 2006

like rails.a web framework.


On 2/22/06, Bian Alex <python.bian at gmail.com> wrote:
>
> *limodou兄,弱弱的问一下'Django'是做什么用的?*
>
> 在06-2-19,limodou <limodou at gmail.com> 写道:
> >
> > On 2/18/06, pandaxiaoxi <pandaxiaoxi at tom.com> wrote:
> > > python-chinese-request,您好!
> > >
> > >         最近学习跟着limodou的教程学习Django,学到使用数据库时出现了问题,我在mysql中建好了数据库wikidb,
> > 但是用manage.py初始化时报错,错误提示是  Error: The database couldn't be initialized.aninteger is required .这是怎么回事??
> > >
> >
> > 在 settings.py中,有一个数据库端口的设置。在缺省情况下为'',但一量你修改就要改为一个整数,而不能是 '3360' ,而应该是
> > 3360 才会。改过来再试试。
> > --
> > 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
> >
> >
>
> _______________________________________________
> 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
>
>


--
李超群
mobile phone:13759961869
office phone:029-87607341
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20060222/64c9d44b/attachment-0001.htm

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

2006年02月22日 星期三 16:01

Bian Alex python.bian at gmail.com
Wed Feb 22 16:01:23 HKT 2006

Oh, I see.
Thanks.


在06-2-22,超群李 <achilles.lee at gmail.com> 写道:
>
> like rails.a web framework.
>
>
> On 2/22/06, Bian Alex <python.bian at gmail.com> wrote:
> >
> > *limodou兄,弱弱的问一下'Django'是做什么用的?*
> >
> > 在06-2-19,limodou <limodou at gmail.com> 写道:
> > >
> > > On 2/18/06, pandaxiaoxi < pandaxiaoxi at tom.com> wrote:
> > > > python-chinese-request,您好!
> > > >
> > > >         最近学习跟着limodou的教程学习Django,学到使用数据库时出现了问题,我在mysql中建好了数据库wikidb,
> > > 但是用manage.py初始化时报错,错误提示是  Error: The database couldn't be
> > > initialized.an integer is required .这是怎么回事??
> > > >
> > >
> > > 在 settings.py中,有一个数据库端口的设置。在缺省情况下为'',但一量你修改就要改为一个整数,而不能是 '3360' ,而应该是
> > > 3360 才会。改过来再试试。
> > > --
> > > 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
> > >
> > >
> >
> > _______________________________________________
> > 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
> >
> >
>
>
> --
> 李超群
> mobile phone:13759961869
> office phone:029-87607341
>
> _______________________________________________
> 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
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20060222/21f234d8/attachment.html

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

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

    你的回复:

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

    Zeuux © 2025

    京ICP备05028076号