[XML-SIG] 64 bit version of PyXML

Chuck_Lemons at Dell.com Chuck_Lemons at Dell.com
Wed May 31 16:34:28 CEST 2006


Thanks for the response Martin.  

The 64-bit architecture is AMD64.  I am using Python 2.4.3.11 from
ActiveState.  This version does provide 64-bit support for AMD64.  

Ok, it sounds like I need to build it myself.  What CVS modules will I
need to get?  

Chuck 

-----Original Message-----
From: martin at v.loewis.de [mailto:martin at v.loewis.de] 
Sent: Tuesday, May 30, 2006 5:12 PM
To: Lemons, Chuck
Cc: xml-sig at python.org
Subject: Re: [XML-SIG] 64 bit version of PyXML

Zitat von Chuck_Lemons at Dell.com:

> I am porting a Python application that uses PyXML to a 64 bit 
> architecture and getting the following error:
>
> 	from xml.utils import boolean
> 	ImportError: DLL load failed with error code 193

Why 64-bit architecture are you talking about (processor, operating
system, Python distribution)? (ok, later you say it's VistaPE. Still not
sure whether that is Itanium or AMD64, and what Python version)

> This particular error is with boolean.pyd.  I found two other pyd 
> files, pyexpat.py and sglmop.pyd.  I don't think I will need 
> sglmop.pyd, but I will probably need pyexpat.pyd.  Is there a 64 bit 
> version of PyXML available?

No - you will need to build it yourself. There isn't an official Python
binary release for Win64 on AMD64, either (atleast not from python.org).

Regards,
Martin




More information about the XML-SIG mailing list