Steven Norris wrote:
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.
Sounds similar to this thread. <http://mailman.vex.net/pipermail/pygresql/2010-January/002305.html> Make sure you read the February's portion of the thread too (the list archive doesn't appear to follow the calendar boundaries. <http://mailman.vex.net/pipermail/pygresql/2010-February/002307.html> -- Regards, Daryl Tester Member of the Amalgamated Australian Association Against Apostrophe Abuse. (formerly the 6A's - no, wait ...). _______________________________________________ PyGreSQL mailing list [email protected] http://mailman.vex.net/mailman/listinfo/pygresql
