<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=us-ascii">
<META NAME="Generator" CONTENT="MS Exchange Server version 6.5.7233.69">
<TITLE>64 bit version of PyXML</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/rtf format -->

<P><FONT SIZE=2 FACE="Arial">I am porting a Python application that uses PyXML to a 64 bit architecture and getting the following error:</FONT>
</P>

<P>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <FONT SIZE=2 FACE="Arial">from xml.utils import boolean</FONT>

<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <FONT SIZE=2 FACE="Arial">ImportError: DLL load failed with error code 193</FONT>
</P>

<P><FONT SIZE=2 FACE="Arial">This particular error is with boolean.pyd.&nbsp; I found two other pyd files, pyexpat.py and sglmop.pyd.&nbsp; I don't think I will need sglmop.pyd, but I will probably need pyexpat.pyd.&nbsp; Is there a 64 bit version of PyXML available?&nbsp; I am running my Python applications on 64 bit WinPE/VistaPE.&nbsp; The 64 bit versions of PE do not include the WOW layer that allows 32 bit applications to run on 64 bit applications.&nbsp; Therefore, all executables/DLLs need to be compiled natively for 64 bit.</FONT></P>

<P><FONT SIZE=2 FACE="Arial">Chuck Lemons</FONT>
</P>
<BR>

</BODY>
</HTML>