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

Stefan Behnel stefan_ml at behnel.de
Fri Oct 26 08:48:24 CEST 2007


Paul Hudson wrote:
> I am attempting to setup PyXML under ActiveState's 64bit build of Python.

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).

http://codespeak.net/lxml

Stefan


More information about the XML-SIG mailing list