amit
amit at digitalpeers.com
Mon Jun 27 13:05:49 EDT 2005
Hello, My webhost has two installations of python: Python 2.2 and Python 2.3. The mod_python works with the Python 2.3. But the MySQLdb module is installed only on the Python 2.2 installation. This means that I can't use mod_python for accessing the MySQL database. It will take a couple of days till my webhost installs the MySQLdb module in the Python2.3 installation. They might even not do it as the Python 2.3 installation was done by a third party software (plesk panel) and they are afraid to mess things up. Meanwhile, is there a way to tell the mod_python to use another path for the python interpreter? Thanks Amit
|