Hi Folks,
Slowly figuring out how this all works. I'm having a bit of trouble getting
the Python Server going. When I run ./tool test_game create, I get the
following errors:
Traceback (most recent call last):
File "./tool.py", line 42, in <module>
import config
File
"/media/disk/Development/game_development/Parsec/pythonserver/VER01/tpserver-py-010/config.py",
line 21, in <module>
import db.MySQL as db
File
"/media/disk/Development/game_development/Parsec/pythonserver/VER01/tpserver-py-010/db/MySQL.py",
line 3, in <module>
import MySQLdb
ImportError: No module named MySQLdb
Any suggestions? I'm pretty sure I've installed all the dependancies,
including mysql.
I'm running Ubuntu 7.1. The server code is not stored in /etc
Thanks in advance.
_______________________________________________
tp-devel mailing list
[email protected]
http://www.thousandparsec.net/tp/mailman.php/listinfo/tp-devel