|
| From: | Marco Atzeri |
| Subject: | Re: [Help-glpk] install PyGLPK0.3 on Win 7 from 32-bits cygwin and python2.7. |
| Date: | Wed, 18 Mar 2015 06:41:32 +0100 |
| User-agent: | Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.5.0 |
On 3/17/2015 9:22 PM, usa usa wrote:
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/
why not libgmp-devel as version 6.0.0a-2 is available ?
I have also installed glpk 4.34.
on cygwin the glpk package is 4.55-1 and you need to install libglpk-devel
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
| [Prev in Thread] | Current Thread | [Next in Thread] |