Re: [Webware-discuss] Getting mysql 5 to work with alltests.py

2007-12-20 Thread Christoph Zwerschke
You can also leave the defaults 'extraSysPath': [], 'mysqlClient': 'mysql', if you put K:/Program Files/MySQL/MySQL Server 5.0/bin in your Windows PATH. -- Chris - This SF.net email is sponsored by: Microsoft Defy all challen

[Webware-discuss] Getting mysql 5 to work with alltests.py

2007-12-20 Thread Tim Roberts
On Thu, 20 Dec 2007 23:15:50 +0800, Steven Yip <[EMAIL PROTECTED]> wrote: > I am a bit new to this. I am trying to run webware and python, Apache > with mysql 5 on windows 2003. > > I am trying to get the mysql to work. > > But when I ran the AllTests.py, I got this error: > > *===

Re: [Webware-discuss] Getting mysql 5 to work with alltests.py

2007-12-20 Thread Christoph Zwerschke
Steven Yip wrote: > But when I ran the AllTests.py, I got this error: Besides the problem mentioned by Seth, there was a bug in UserManagerTest - it did not work with a database password. I have just fixed that in r7158. You can download the fixed UserManagerTest.py here: http://svn.w4py.org/Webw

Re: [Webware-discuss] Getting mysql 5 to work with alltests.py

2007-12-20 Thread Seth Remington
Can you run the MySQL command it is using manually from a prompt? K:/Program Files/MySQL/MySQL Server 5.0/bin/mysql.exe --passwd="webpy" --host="localhost" --port="3307" --user="webpy" The normal port MySQL binds to is 3306 but I know (at least on Linux) if you specify "localhost" instead of 127

[Webware-discuss] Getting mysql 5 to work with alltests.py

2007-12-20 Thread Steven Yip
hi, I am a bit new to this. I am trying to run webware and python, Apache with mysql 5 on windows 2003. I am trying to get the mysql to work. But when I ran the AllTests.py, I got this error: *== ERROR: testBasics (UserKit.T