On Fri, 2008-04-25 at 17:29 +0100, Steve Goodwin wrote:
> Tim,

I have committed an updated version of requirements.py which should be a
little better at detecting your problems. Please do an update and see if
the new output of requirements.py helps.

<snip>
>          * Looking for SQLAlchemy,
>             SQLAlchemy installed version (not installed)
>         
This here is why you can not run the program. Please install SQLAlchemy
0.4.0 or greater.

<snip>
>          * Looking for MySQL support,
>         No module named MySQLdb

MySQLdb is just an optional requirement. You probably just want to use
sqlite for now (mysql is only recommended for experienced database
admins). The server will automatically create the sqlite database for
you.

<snip>

Tim 'Mithro' Ansell

_______________________________________________
tp-devel mailing list
[email protected]
http://www.thousandparsec.net/tp/mailman.php/listinfo/tp-devel

Reply via email to