yade-users team mailing list archive
-
yade-users team
-
Mailing list archive
-
Message #07746
[Question #230900]: Error "RuntimeError: XML start/end tag mismatch"
New question #230900 on Yade:
https://answers.launchpad.net/yade/+question/230900
Hi all, again I have questions.
In my simulation, sometimes I have to save the simulation under XML file to load it later into another process.
For example, in my case I use
O.save('firstpoint.xml')
and in other script(2nd script), to load it I use O.load('firstpoint.xml')
but when I run the 2nd script in the terminal there is an error like this
Error "RuntimeError: XML start/end tag mismatch"
I googled that and saw that is somethings like error in writing XML file itself, but I don't make any change in the content of the XML file, so how could this happen? And how to resolve it?
Thank you.
--
You received this question notification because you are a member of
yade-users, which is an answer contact for Yade.