-
Notifications
You must be signed in to change notification settings - Fork 20
Can't install without Visual Studio 2003 #1
Comments
@GadgetSteve : Did you ever succeed in building it? I do have a VC .NET 2003 compiler but the package does not compile… Anyone care to look into ancient win32 compatibility bugs? Will share transcripts and hacks in case i’m not alone ;-) |
Not so far - I have been concentrating on updating the tools + deployment package to python 2.7.X - the main thing is that I need to provide them in .exe format and the visual studio deployment model means that I need to bundle the exes into an installer with InnoSetup. |
Well okay, I could try help out building an ssl installer by doing just
It turns out the definition of
By defining
Changing to So, to wrap this all up, this is what i’ve done to get to a working extension:
If that would save you headaches I can repeat the whole process once more using Python 2.5.x and attach (if allowed here) or send the .exe. Oh, and it is all 32-bit only ;-) |
@nlsp Thanks for the information it will come in very useful if I have to stick with 2.5.4 much longer - hopefully we are going to push ahead with the move up to Python 2.7 - then of course I need to start making the codebase Python 3.3+ compatible... |
I need to carry on supporting tools developed with python 2.5 but have problems using pip due to the lack of SSL - this package is the recommended fix for the problem but the recommended install method is pip - which is what I am trying to fix or setup.py install - trying the latter I get: error: Python was built with Visual Studio 2003 which I do not have.
The text was updated successfully, but these errors were encountered: