Page 2 of 2
Posted: Thu Jul 06, 2006 4:28 am
by Leaf
Xypher wrote:Mmmm... its a problem with Python 2.4 and the server. Use 2.3 and it will work fine. I'm not sure why, but that seems to be the solution...
FWIW..
I just tested the 1.9.1 release - python worked with out any issues.
Posted: Sun Sep 24, 2006 2:09 pm
by Rednaxela
Just so people know, the exact cause of the win32 python issues has been found, and turns out to be an upstream problem with python compiled with certain versions of msvc. The only workaround is to use a version of python compiled with a different version of msvc, and preferably have the server compiled with the same version. (ActiveState's python 2.3 builds happen to be compiled with a version that works)
See the comments in this
bug