johnabel / gillespy

A Python package for stochastic model building and simulation. Published as Abel et al., IEEE Life Sci Lett 2017.
https://dx.doi.org/10.1109/LLS.2017.2652448
GNU General Public License v3.0
6 stars 17 forks source link

Instantiation of models from xml string broken #29

Open ahellander opened 6 years ago

ahellander commented 6 years ago

/usr/local/lib/python2.7/dist-packages/gillespy/gillespy.pyc in from_string(cls, string) 548 """ Intializes the document from an exisiting native StochKit XML 549 file read from disk. """ --> 550 root = etree.fromString(string) 551 552 md = cls()

AttributeError: 'module' object has no attribute 'fromString'