Skip to content

Install on OSX Broken #75

@friedmud

Description

@friedmud

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions