Posts: 66
Location: Manchester
Registered: October 2007
Installing libsbml5.5 for Python
19 Jul '12 09:42
Hi all,
Cutting my teeth on Python and am currently experiencing the proverbial "dead parrot".
All seems to build fine, but when attempting to 'import libsbml' at the python prompt, I'm getting the following error:
vpn155:libsbml-5.5.0 nataliestanford$ python
Python 2.7.3 (v2.7.3:70274d53c1dd, Apr 9 2012, 20:52:43)
[GCC 4.2.1 (Apple Inc. build 5666) (dot 3)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
import libsbml
Fatal Python error: PyThreadState_Get: no current thread
Abort trap
I'm guessing that this is some horrible incompatibility between the Python bindings and the library file, but not knowing my way around Python, I'm taking the easy way out and asking you guys.