help-glpk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Help-glpk] install PyGLPK0.3 on Win 7 from 32-bits cygwin and python2.7


From: usa usa
Subject: [Help-glpk] install PyGLPK0.3 on Win 7 from 32-bits cygwin and python2.7.
Date: Tue, 17 Mar 2015 16:22:56 -0400

Hi,

I am trying to install PyGLPK0.3 on Win 7 from 32-bits cygwin and python2.7.

I got pyglpk from

http://tfinley.net/software/pyglpk/readme.html

I have installed GMP 6.0.0 from https://gmplib.org/

I have also installed glpk 4.34.

I have followed the instructions at:

http://tfinley.net/software/pyglpk/building.html

When I built it, "make", "make install " also worked well.

But, when I ran "make test", I got:

$ make test

python tests/test_glpk.py

Traceback (most recent call last):

  File "tests/test_glpk.py", line 3, in <module>
    from testutils import *

  File "/cygdrive/e/mypath/tools/GLPK/pyglpk/pyglpk-0.3.tar/pyglpk-0.3/tests/testutils.py", line 8, in <module>

    from glpk import *

ImportError: No such process

Makefile:17: recipe for target 'test' failed

make: *** [test] Error 1


Any help would be appreciated.

Thanks,

David


reply via email to

[Prev in Thread] Current Thread [Next in Thread]