*_@_$ 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
*_@_$ 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