|
Hi, The Windows installer did not gave any error but I'm getting the below message when trying to use the module. The line (21) where the error pops is: from _pg import * I'm searching the threads but if someone has a ready answer for this I'd appreciate any advice. IDLE 1.1.4 >>> import pg Traceback (most recent call last): File "<pyshell#0>", line 1, in -toplevel- import pg File "D:\Carlos\ProgramFiles\scripting\python\Python24\Lib\site-packages\pg.py", line 21, in -toplevel- from _pg import * ImportError: DLL load failed: Cannot find the specified module. Thanks, --
Carlos |
_______________________________________________ PyGreSQL mailing list [email protected] http://mailman.vex.net/mailman/listinfo/pygresql
