sys-bio / rrplugins

Plugins for Telluirum
http://sys-bio.github.io/rrplugins
Other
2 stars 5 forks source link

Binaries distributed with roadrunner on Python 2.7 for Windows does not work #30

Open kirichoi opened 6 years ago

kirichoi commented 6 years ago

Plugins distributed on PyPI along with roadrunner 1.4.24 for Python 2.7 on Windows does not work. This is especially problematic because we need bifurcation plugin working for paper submission.

For example, when this script is run, following exception is raised.

Exception: Failed loading plugin: tel_auto2000
========== In attempt to load plugin: tel_auto2000.dll ===========
POCO Exception: Cannot load library: C:\Tellurium-Winpython\python-2.7.13.amd64\lib\site-packages\roadrunner\tel_auto2000.dll
kirichoi commented 6 years ago

Got AUTO2000 working on local build. For some reason, it requires libsbml dll to be present.