masfaraud / BMSpy

Python Block-Model Simulator. An alternative to simulink in python.
GNU Lesser General Public License v3.0
222 stars 36 forks source link

'dill' required but not listed in setup.py #2

Closed aewallin closed 8 years ago

aewallin commented 8 years ago

The package 'dill' seems to be required, but it is not listed as a requirement in setup.py. After a 'git clone' of the repo and 'sudo python setup.py install' I get: import dill ImportError: No module named dill

masfaraud commented 8 years ago

Absolutely, it's planned in the next release, i will try to do it in the next days.