<div dir="ltr">Hi,<div class="gmail_extra"><br><br><div class="gmail_quote">On 10 October 2013 11:34, Sreenivasulu <span dir="ltr"><<a href="mailto:vaddesreenivasulu@gmail.com" target="_blank">vaddesreenivasulu@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div dir="ltr"><div><div><div><div>Hi,<br><br></div>I have windows 8 64 bit machine  and installed python 2.7.3  64 bit version .<br>
<br></div>i have 32 bit package 4Suite-XML-1.0.24Suite-XML-1.0.2.win32.exe  package  but am getting below error :<br>
<br>Python 2.7.3 (default, Apr 10 2012, 23:24:47) [MSC v.1500 64 bit (AMD64)] on win32<br>Type "help", "copyright", "credits" or "license" for more information.<br>>>>  from Ft.Xml.Lib.XmlString import SplitQName<br>

  <br>ImportError: 'DLL load failed: %1 is not a valid Win32 application.'<br><br></div>Please help me how to run win32 modules in 64 bit .<br></div></div></blockquote><div><br></div><div>You can't use 32 bit Python modules with 64-bit Python.  </div>
<div><br></div><div>Either install 32-bit python and use the 32-bit Python module with 32-bit Python (probably the simplest solution for you for now), or alternatively find (or compile/build yourself -- very non-trivial) a 64-bit build of the module you're wanting to use and install that instead of the 32-bit version.  </div>
<div><br></div><div>Often <a href="http://www.lfd.uci.edu/~gohlke/pythonlibs/">http://www.lfd.uci.edu/~gohlke/pythonlibs/</a> will have unofficial 64-bit versions of many common 32-bit Python modules, but unfortunately this particular package is not listed there.</div>
<div><br></div><div>Walter</div><div><br></div></div></div></div>