2006年02月18日 星期六 23:38
python-chinese-request,您好! 最近学习跟着limodou的教程学习Django,学到使用数据库时出现了问题,我在mysql中建好了数据库wikidb,但是用manage.py初始化时报错,错误提示是 Error: The database couldn't be initialized.an integer is required .这是怎么回事??
2006年02月19日 星期日 22:46
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
2006年02月22日 星期三 15:12
*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
2006年02月22日 星期三 15:15
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
2006年02月22日 星期三 16:01
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
Zeuux © 2025
京ICP备05028076号