A
alexandra
body p { margin-bottom: 0cm; margin-top: 0pt; } Hello,
I'm trying to upgrade to python2.7.
Installed PyGresql 4.1.1 for python 2.7.
When running "import pg" command I get the following error:
from _pg import *
ImportError: DLL load failed: The operating system cannot run %1.
I'm using Windows XP SP3, and have PostgreSQL 8.4 installed.
The command runs fine in python 2.6.
Is this due to having multiple versions of python installed? Or some kind of dll incompatibility with 2.7 (maybe libpq.dll)?
Thanks for the help
I'm trying to upgrade to python2.7.
Installed PyGresql 4.1.1 for python 2.7.
When running "import pg" command I get the following error:
from _pg import *
ImportError: DLL load failed: The operating system cannot run %1.
I'm using Windows XP SP3, and have PostgreSQL 8.4 installed.
The command runs fine in python 2.6.
Is this due to having multiple versions of python installed? Or some kind of dll incompatibility with 2.7 (maybe libpq.dll)?
Thanks for the help