Posts: 2
Location: MPI Molecular Genetics, B...
Registered: March 2007
can't import libsbml 3.0 under python 2.5 for windows
10 Sep '07 09:02
Hi,
python 2.5 works fine but trying to import libsmbl after installing libsbml 3.0 I get the error:
ImportError: No module named _libsbml
I set the PYTHONPATH to the respective bindings directory in the expat version of libsbml. The python files are all acessible for all users.
I even set the LD_LIBRARY_PATH even though for PYTHON 2.4 it was not nessesary.