Tim, Scratches head, I'm sure I installed mysql but the output of requirements.py below says I havnt. WHen I try the apt command at the end of the requirements.py run it tells me that it cannot find the package, is there a repositary I have to enable?
My information: > --------------------------------------------------------------- > My version My version 0.2.0 > Running from > /media/disk/Development/game_development/Parsec/pythonserver/ver11 > > Checking requirements: > --------------------------------------------------------------- > > * Looking for Thousand Parsec Protocol Library, > Thousand Parsec Protocol Library Version (0, 2, 4) > (installed at > /media/disk/Development/game_development/Parsec/pythonserver/ver11) > > * Looking for SQLAlchemy, > SQLAlchemy installed version (not installed) > > * Looking for ElementTree implimentation, > An Element Tree version is installed (xml.etree.ElementTree). > > * Looking for gettext, > Found gettext. > > * Looking for SQLite, > SQLite support installed, version 3.4.2 (DPI version 2.3.4) > > * Looking for MySQL support, > No module named MySQLdb > > * Looking for SSL support, > No module named pyOpenSSL > SSL support found, provided by <module 'OpenSSL' from > '/var/lib/python-support/python2.5/OpenSSL/__init__.pyc'> > > Checking config file: > --------------------------------------------------------------- > * Configuration seems okay > > Possible problems found: > --------------------------------------------------------------- > The following recommended modules where not found: > > python-mysql, A supported scalable database engine. > > To install the modules recommended for full functionality, run the > following > command as root: > > apt-get install python-mysql > When I try the apt line above it tells me it cannot find the package python-mysql . Is there a code repositary I have to enable? Thanks SG On Fri, Apr 25, 2008 at 5:16 PM, Tim Ansell <[EMAIL PROTECTED]> wrote: > Can you please send me the complete output log. As well can you send the > output of requirements.py > > My guess is that you are using SQLAlchemy 0.3 rather then the 0.4 that > is now required. > > Tim 'Mithro' Ansell > > On Fri, 2008-04-25 at 16:44 +0100, Steve Goodwin wrote: > > Hi Tim, > > > > I get a different error with the version from the archive, so I > > thought I'd try the 'released' version first. > <snip> > > _______________________________________________ > tp-devel mailing list > [email protected] > http://www.thousandparsec.net/tp/mailman.php/listinfo/tp-devel >
_______________________________________________ tp-devel mailing list [email protected] http://www.thousandparsec.net/tp/mailman.php/listinfo/tp-devel
