Not quite sure what's up here. On OSX PINSPEC builds just fine (no obvious errors), but attempting to run any of the sample-input files just yields:
File "doppler.py", line 2, in <module>
from pinspec import *
File "/Users/gastdr/.local/lib/python2.7/site-packages/pinspec/__init__.py", line 13, in <module>
set_log_level('NORMAL')
NameError: name 'set_log_level' is not defined
I tried to go into init.py and comment that out... but then it just gets stuck on the next thing. It seems to me that something about swig isn't working... like the python interface files aren't getting created.
Any ideas?
Not quite sure what's up here. On OSX PINSPEC builds just fine (no obvious errors), but attempting to run any of the sample-input files just yields:
I tried to go into init.py and comment that out... but then it just gets stuck on the next thing. It seems to me that something about swig isn't working... like the python interface files aren't getting created.
Any ideas?