Hi,
I'm using windows 7 (x86) 64 bit and python 2.6 64 bit. I have used the MSI
loader for windows 64 bit to load pygresql; however, when I attempt to
import it, I get this error:

Traceback (most recent call last):
  File "C:\Users\StevenNorris\workspace\tester\src\test.py", line 7, in
<module>
    from pg import DB
  File "C:\Python26\lib\site-packages\pg.py", line 21, in <module>
    from _pg import *
ImportError: DLL load failed: %1 is not a valid Win32 application.

Any help would be much appreciated. It acts as if I'm attempting to run a 64
bit application on a 32 bit system, but I don't see how that would be
possible, seeing as everything I have is 64 bit. I would much appreciate the
help. Thank you.
_______________________________________________
PyGreSQL mailing list
[email protected]
http://mailman.vex.net/mailman/listinfo/pygresql

Reply via email to