I have started following the instructions from http://www.coin-or.org/PuLP/main/installing_pulp_at_home.html#installation , I installed PuLP using "Windows Installation from source"
When I type from pulp import *
it gave the following message:
Traceback (most recent call last):
File "<pyshell#4>", line 1, in <module>
import pulp
File "C:\Python34\lib\site-packages\pulp-1.5.6-py3.4.egg\pulp\__init__.py", line 34, in <module>
from .pulp import *
File "C:\Python34\lib\site-packages\pulp-1.5.6-py3.4.egg\pulp\pulp.py", line 114, in <module>
from odict import OrderedDict
File "C:\Python34\Lib\odict.py", line 614
raise TypeError, ('pop expected at most 2 arguments, got %s' %
^
SyntaxError: invalid syntax
Can anyone please help me to overcome the issue?