Ah, and another thing that I just remebered when reading the mail of Seung:
You need to run the windows installer "as Administrator", or else the installation will fail.
This goes for both the installer of pyGLPK as for the one of pymathprog. I do not know whether this is a 64 Bit issue or just a Vista/Windows 7 security thing. Anyway: rightclick, "run as administrator" and you should be fine.
Being logged in with an admin account does NOT suffice.
Cheers, Sano
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
A tip for everyone trying to install PyMathProg on a 64 bit system:
The cleverness in setup.py needs some assistance for the standard location of the GLPK installation:
Instead of :
libdirs =
incdirs =
it needs to be:
libdirs =
incdirs =
Cheers, Sano
Thanks Sano, that's a nice one. I'll try to include this into the documentation.
Ah, and another thing that I just remebered when reading the mail of Seung:
You need to run the windows installer "as Administrator", or else the installation will fail.
This goes for both the installer of pyGLPK as for the one of pymathprog. I do not know whether this is a 64 Bit issue or just a Vista/Windows 7 security thing. Anyway: rightclick, "run as administrator" and you should be fine.
Being logged in with an admin account does NOT suffice.
Cheers, Sano