What steps will reproduce the problem?
1. Follow install instructions for python on OSX
2. python examples/volsay3
What is the expected output? What do you see instead?
Expect sample to run. Instead, get error:
python examples/volsay3.py
Traceback (most recent call last):
File "examples/volsay3.py", line 27, in <module>
from ortools.linear_solver import pywraplp
File "/Library/Python/2.7/site-packages/ortools-1.3750-py2.7-macosx-10.9-intel.egg/ortools/linear_solver/pywraplp.py", line 101, in <module>
from ortools.linear_solver.linear_solver_natural_api import LinearExpr
ImportError: No module named linear_solver_natural_api
What version of the product are you using? On what operating system?
OSX
Please provide any additional information below.
Original issue reported on code.google.com by sqr...@gmail.com on 13 Nov 2014 at 4:48
Original issue reported on code.google.com by
sqr...@gmail.com
on 13 Nov 2014 at 4:48