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
_______________________________________________ Help-glpk mailing list [email protected] https://lists.gnu.org/mailman/listinfo/help-glpk
