yes, with these binary version wsgi does not work. I read a post where
someone post a solution:

ImportError: DLL load failed - How to compile psycopg2 to make it
cooperate with mod_wsgi.


1. install mingw
2. download psycopg2
3. setup.py build -c mingw32
4. replace "-lmsvcr90" with "-lmsvcrt" in build link step
5. execute link step again manually
6. setup.py install --skip-build
7. works for me ;-)


The problem for me is how to execute link step again manually or how
to tell distutils to change the msvc runtime library


On 24 feb, 11:12, Oleg <obutov...@googlemail.com> wrote:
> have you triedhttp://www.stickpeople.com/projects/python/win-psycopg/?

Reply via email to