Hello everyone.
I've just signed up to 1 years hosting with Uk based Fasthosts. They provide support for Python scripting and a free 150MB MySQL database on their Linux package. My problem is that they don't seem to have the MySQLdb module installed.
Is there any way I can get Python CGI scripts to access MySQL without having MySQLdb installed on the server? Is there some .pyc module with full MySQL access functionality that I could upload to the server and import from the CGI script? Is there any other work around I am not aware of?
I'm new to Python, CGI and MySQL so any advice would be greatly appreciated. Many thanks.