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

Gary Hanyzewski garyhski at gmail.com
Sat Oct 10 12:13:52 EDT 2015


Laura,

Thanks for the pointer to PyXB, I think this will work for my purposes and it appears to be Python 3.4 / Windows compatible. 

Thank you to all who helped.

On Friday, October 9, 2015 at 1:14:32 PM UTC-5, Laura Creighton wrote:
> 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