| Author | Topic |
Posts: 9
Registered: April 2012
|
|
addendum to installing libsbml with alternative python binding
|
16 May '12 15:10
|
 |
|
An addendum to my previous message about installing the python bindings
for libsbml.
Here is the error code that python gives:
>>> import libsbml
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/usr/local/lib/python2.7/site-packages/libsbml/__init__.py",
line 27, in <module>
_libsbml = swig_import_helper()
File "/usr/local/lib/python2.7/site-packages/libsbml/__init__.py",
line 23, in swig_import_helper
_mod = imp.load_module('_libsbml', fp, pathname, description)
ImportError:
dlopen(/usr/local/lib/python2.7/site-packages/libsbml/_libsbml.so, 2):
Library not loaded:
/System/Library/Frameworks/Python.framework/Versions/2.7/Python
Referenced from:
/usr/local/lib/python2.7/site-packages/libsbml/_libsbml.so
Reason: image not found
This is with libsbml installed via the mac binary (5.4.1)
Thanks,
Scott
--
-------------
Scott Rifkin
Assistant Professor
Ecology, Behavior, and Evolution
Division of Biology
University of California, San Diego
sarifkin@ucsd.edu
____________________________________________________________
To manage your sbml-interoperability list subscription, visit
https://utils.its.caltech.edu/mailman/listinfo/sbml-interoperability
For a web interface to the sbml-interoperability mailing list, visit
http://sbml.org/Forums/
For questions or feedback about the sbml-interoperability list,
contact sbml-team@caltech.edu
|
|
|