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
Any time I have problems with easy_install I first pip install this: https://pypi.python.org/pypi/ez_setup and see if the problems go away. No promises ... Laura -- https://mail.python.org/mailman/listinfo/python-list