Errors installing xmiparser with Python 3.4 and windows - any help?

Laura Creighton lac at openend.se
Fri Oct 9 14:14:08 EDT 2015


In a message of Fri, 09 Oct 2015 10:24:34 -0700, Gary Hanyzewski writes:
>I am trying to install xmiparser-1.5.dev-r124826 into python 3.4.0 on a windows machine. 
>When I try and install (either with pip or setup.py install) I get a number of syntax errors in the code ( below)
>
>Has anyone managed to install and use the xmiparser module in python 3.4? If so what's the trick? if not any pointers on what I can do to get it to go. Are there any other xmi parsers or tools?
>
>Thanks
>
>Gary

If XMI is just XML according to a particular schema, then you can get the
schema over here: http://www.omg.org/spec/XMI/2.5.1/

And then parse it with PyXB.
https://pypi.python.org/pypi/PyXB

But maybe I don't understand what XMI is well enough.

Laura



More information about the Python-list mailing list