Help compiling python on XP with Cygwin.
July 10, 2005 12:25 AM
Subscribe
Help compiling python on XP with Cygwin.
I have been playing around with python these last weeks, and have run up against the following problem: some modules don't have precompiled binaries for windows. No problem, right? Just use easy_install to download and compile on the fly.
Wrong: I get a "python installation was compiled with Visual Basic 7..... must have to compile" or something to that effect. I don't feel like "finding" the VB kit, installing it etc. It's like 4 Gb.
What I would like is to use my Cygwin to compile python, this way I could use easy_install to compile anything else I need (right?).
I have not been able to find step-by-step instructions on how to do this, and would appreciate it if one of you kind sentients would point me in the right direction, linkwise or with actual instructions.
posted by signal to computers & internet (7 comments total)
http://msdn.microsoft.com/visualc/vctoolkit2003/
I love Cygwin, but Python really likes being pure Win32.
Alternatively, run http://www.cygwin.com/setup.exe and make sure both python and gcc are checked off. Run from the shell provided by Cygwin, of course.
posted by effugas at 1:42 AM on July 10, 2005