Forums

F.A.Q. F.A.Q.    Register Register    Login Login    Home Home
Search Search
SBML Discussions » libsbml-development » python binding
Show: Today's Posts  :: Message Navigator
| Subscribe to topic 
Return to the default flat view Create a new topic Submit Reply
AuthorTopic
kieransmallbone


Posts: 42
Registered:
February 2008
Re: python binding with enthought 29 Dec '11 05:14 Go to previous message

Hello folks,

Finally managed to get this working. The problem was that, despite running
./configure
--with-python=/Library/Frameworks/EPD64.framework/Versions/Current
the file _libsbml.so dynamically linked to
/Library/Frameworks/Python.framework/Versions/7.1/Python

It's not clear where the issue was, but two possible solutions are:

1. Don't use enthought; or
2. Run
sudo ln -s /Library/Frameworks/EPD64.framework
/Library/Frameworks/Python.framework
./configure
--with-python=/Library/Frameworks/Python.framework/Versions/Current
and change ~/.bash_profile to
export
PATH="/Library/Frameworks/Python.framework/Versions/Current/bin:${PATH}"
export PYTHONPATH=/usr/local/lib/python2.7/site-packages

Cheers all,
k

--
kieran smallbone
kieran.smallbone@manchester.ac.uk
http://u003f.com/

manchester centre for integrative systems biology
manchester interdisciplinary biocentre
131 princess street
manchester m1 7dn. uk
____________________________________________________________
To manage your libsbml-development list subscription, visit
https://utils.its.caltech.edu/mailman/listinfo/libsbml-development

For a web interface to the libsbml-development mailing list, visit
http://sbml.org/Forums/

For questions or feedback about the libsbml-development list,
contact sbml-team@caltech.edu

      

SubjectPosterDate
Read Message   python binding kieransmallbone23 Dec '11 17:13
Read Message   Re: python binding fbergman23 Dec '11 17:28
Read Message   Re: python binding kieransmallbone24 Dec '11 10:17
Read Message   Re: python binding fbergman24 Dec '11 11:23
Read Message   Re: python binding with enthought  kieransmallbone29 Dec '11 05:14
Previous Topic:Release of libSBML-5.4.0
Next Topic:Release of libSBML-5.3.0
Go to forum:
-=] Back to Top [=-

Powered by FUDforum. (Copyright Advanced Internet Designs Inc.)

Please use our issue tracking system for any questions or suggestions about this website.