Hi,
I am running python 2.7 in cygwin on windows 7 x64, I did manage to get or-tools
installed via setup.py install.
I did have to fix the script adding the parentheses and changing the
.dll to .pyd. The install script completed successfully.
However I am still not able to get the examples work.
I am getting this error:
/cygdrive/c/Development/libs_python/or-tools.Windows64/examples
$ python coloring_ip.py
Traceback (most recent call last):
File "coloring_ip.py", line 41, in <module>
from linear_solver import pywraplp
File
"/usr/lib/python2.7/site-packages/or_tools-1.0.2322-py2.7.egg/linear_solver/pywraplp.py",
line 26, in <module>
_pywraplp = swig_import_helper()
File
"/usr/lib/python2.7/site-packages/or_tools-1.0.2322-py2.7.egg/linear_solver/pywraplp.py",
line 18, in swig_import_helper
import _pywraplp
ImportError: No module named _pywraplp
Any idea what it could be?
Please advise.
Thanks--You received this message because you are subscribed to the Google Groups "or-tools-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to or-tools-discu...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
So, if anyone is having an error claiming that one of the _pywrapxx.pyd files can't be found, after you assure you have namespace available, proper paths to your Python directories, take a look at your Windows Add/Remove Programs and assure you have the latest MS Visual C redistributables. It doesn't cause any harm to install those and they are free. It is likely or-tools is always going to use the latest.
--
You received this message because you are subscribed to a topic in the Google Groups "or-tools-discuss" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/or-tools-discuss/WQ1sddjVXHU/unsubscribe.
To unsubscribe from this group and all its topics, send an email to or-tools-discuss+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.