Tagged Questions

2
votes
1answer
315 views

Cross-compiling python extensions under Linux using distutils

Is there any way to compile both Windows and Linux versions of Python/distutils/SWIG/C++ extensions under Linux? As far as I understand the problem is at least in obtaining windows version of ...
0
votes
0answers
23 views

Error building pygresql on Windows 32-bit XP

I've been stumped for a day now on this. I'm trying to build pygresql 4.0 on Windows XP 32-bit. I've properly set up mingw32 as my compiler, add it to the %PATH% as well as installed Postgres 9.1. ...
0
votes
0answers
105 views

Compiling DiStorm3 using distutils

I'm trying to install the distorm3 python lib on windows XP so I can run a python script that imports it. When I run the python setup.py install build --compiler=mingw32 I get this error: ...
0
votes
1answer
1k views

Unable to Install pycrypto

ValueError: invalid version number '2.20.51.20100613' I'm having problems installing pycrypto. Tried package manager: pip & easy_install, didn't work. Tried to manually install it via "python ...