Hello! I have a problem with PyGreSQL at w32 (32-bit):

Python 2.7.13 (v2.7.13:a06454b1afa1, Dec 17 2016, 20:42:59) [MSC v.1500 32 bit 
(Intel)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> import _pg
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ImportError: DLL load failed: The specified module could not be found.

   The file _pg.pyd is there.

   I started to experience the problem at AppVeyor CI where all my tests
with 32-bit Pythons (all versions: 2.7 and 3.4+) fail; 64-bit Pythons
are ok. I resurrected my old WinXP in VirtualBox (I am not an active
Windows user), upgraded Python and installed PyGreSQL via
`pip install pygresql`. Got the problem above.
   How can I help to debug it?

Oleg.
-- 
     Oleg Broytman            http://phdru.name/            [email protected]
           Programmers don't die, they just GOSUB without RETURN.
_______________________________________________
PyGreSQL mailing list
[email protected]
https://mail.vex.net/mailman/listinfo.cgi/pygresql

Reply via email to