[XML-SIG] PyXML setup.py install - MSVC Compile Errors (error LNK2019: unresolved external symbol __imp__)

"Martin v. Löwis" martin at v.loewis.de
Tue Nov 6 22:06:57 CET 2007


> If you are not tied to PyXML by some external constraint, you might want to
> use ElementTree or lxml instead, which are easy to use and actively maintained
> (as opposed to PyXML).

As another alternative, you might try the XML libraries that come with
Python itself, which share already a lot of code with PyXML (in fact,
most of the code you would need a compiler for).

Regards,
Martin


More information about the XML-SIG mailing list