Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Instantiation of models from xml string broken #29

Open
ahellander opened this issue Aug 22, 2018 · 0 comments
Open

Instantiation of models from xml string broken #29

ahellander opened this issue Aug 22, 2018 · 0 comments

Comments

@ahellander
Copy link
Collaborator

/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'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant