johnabel / gillespy

A Python package for stochastic model building and simulation. Published as Abel et al., IEEE Life Sci Lett 2017.
https://dx.doi.org/10.1109/LLS.2017.2652448
GNU General Public License v3.0
6 stars 17 forks source link

Import of module fails #1

Closed ahellander closed 9 years ago

ahellander commented 9 years ago

*_@_$ python tyson_oscillator.py Traceback (most recent call last): File "tyson_oscillator.py", line 7, in import gillespy File "build/bdist.macosx-10.9-intel/egg/gillespy/init**.py", line 3, in NameError: name 'PATH' is not defined

The problem is that there are no "" around PATH in _init.py

johnabel commented 9 years ago

Working on this.

johnabel commented 9 years ago

Should be fixed now.