Platform<=>version conflict or what?

Jorma Paavola Jorma.Paavola at Elisanet.fi
Fri Jun 1 12:57:30 PDT 2007


Oleg Deribas kirjoitti:
> Hello,
> 
> Jorma Paavola said the following on 17.05.2007 17:34:
> 
>> My intension is to "pack" everything necessary on one single executive 
>> whenever possible without using extra wrapping-sw´s !
> 
> You could try something like this:
> http://www.py2exe.org/index.cgi/SingleFileExecutable
> 
>>
>> Therefore I now suspect, that "packing" of files with  py2exe
>> obviously don´t fit for use on Win98 !!? - So Summa Summarum: There is 
>> possible a version conflict between py2xe and win98 !??
> 
> Yes, I can confirm this.
> 
Hi Oleg,

I had recently some time to check the method of "single file executable" 
as described, which worked perfectly on my development PC on Win2k , but 
when tried to run it (.exe file) on Win98 I got the following Traceback:

> Traceback (most recent call last):
>   File "Moro.py", line 1, in <module>
>   File "wx\__init__.pyo", line 45, in <module>
>   File "wx\_core.pyo", line 4, in <module>
>   File "wx\_core_.pyo", line 12, in <module>
>   File "wx\_core_.pyo", line 10, in __load
> ImportError: DLL load failed: One of the library files needed to run this application cannot be found.

Could you possible advice about the possible missing file ?

Regards,

Jorma

PS. NOTE: when running the "py2exed"-file(without bundle-option) from 
it's 'dist'- folder on Win98 it works perfectly !!





More information about the wxpython-users mailing list