Hi,
I've been trying to get pygresql running but without any luck.

I'm running windows xp (sp 3 I think), postgresql 8.3.5 and python 2.6

I've tried both the version 4 and 8.1 on postgresql. I've tried with a
minimal path in a command window but get the error below. I can run pgsql
without any problem. I only have a couple of python scripts I currently use,
but they seem to work.

I've searched on google and it seems there are a couple of posts with
similar issue but no obvious resolution.

Is there a way to find out what dll its trying to call? From the google
searches I have a feeling it may be more of a core OS issue but thought it
was worth asking here.

Thanks.

Python 2.6.4 (r264:75708, Oct 26 2009, 08:23:19) [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>
  File "C:\Programs\Python26\lib\site-packages\pg.py", line 21, in <module>
    from _pg import *
ImportError: DLL load failed: The operating system cannot run %1.
>>>
_______________________________________________
PyGreSQL mailing list
[email protected]
http://mailman.vex.net/mailman/listinfo/pygresql

Reply via email to