[Tutor] ImportError: 'DLL load failed: %1 is not a valid Win32 application.'

Dave Angel davea at davea.name
Wed Oct 16 03:00:40 CEST 2013


On 10/10/2013 06:34, Sreenivasulu wrote:

> Hi,
>
> I have windows 8 64 bit machine  and installed python 2.7.3  64 bit version
> .
>
> i have 32 bit package 4Suite-XML-1.0.24Suite-XML-1.0.2.win32.exe  package
> but am getting below error :

Can't do it.  32 bit dll's cannot be loaded by 64 bit exes.  If you
need to use that particular DLL, get a 32bit version of Python.  Or if
you can find or build a 64bit version of the DLL, it could work with the
64bit Python.


-- 
DaveA




More information about the Tutor mailing list