Menu

PyMathProg installation for Windows 64

Help
sano98
2010-04-15
2013-04-25
  • sano98

    sano98 - 2010-04-15

    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

     
  • Yingjie Lan

    Yingjie Lan - 2010-04-20

    Thanks Sano, that's a nice one. I'll try to include this into the documentation.

     
  • sano98

    sano98 - 2010-04-24

    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

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.