30 Dec
2004
30 Dec
'04
6:40 p.m.
baptiste Ancey wrote at 2004-12-29 19:05 +0100:
I have just install my new server Mandrake 10.1 Official but now my script python (which work on the 10.1 Community) make error.
I can't do anything with python. For example : import MySQLdb return : import Error : no module name MySQLdb
Apparently, your new Python lacks lots of optional infrastructure... Check whether you can install additional python related packages, e.g. "python-mysql". Installed packages usually go into "<Path to Python library>/site-packages". You can check there, what is available... -- Dieter