> extensions/expat/lib/xmltok.c:1: sorry, unimplemented: 64-bit mode not
> compiled in
> error: command 'gcc' failed with exit status 1

That's a problem with your gcc installation. It doesn't support the -m64
option. You need to invoke the 64-bit compiler, or build for a 32-bit
Python.

Regards,
Martin
_______________________________________________
XML-SIG maillist  -  XML-SIG@python.org
http://mail.python.org/mailman/listinfo/xml-sig

Reply via email to