Help again: py2exe and win98

Achim Domma achim.domma at syynx.de
Sun Apr 28 06:09:40 EDT 2002


"Utente" <prova at qui.com> wrote:
[...]
> >    add_resource(exe_name, str(vr), RT_VERSION, 1, delete)
> >RuntimeError: BeginUpdateResource: La funzione Þ valida soltanto in
> modalitÓ Win
> >32.
> >
> >C:\dati\Python\PrimaNota
>
> Where "La funzione è valida soltanto in modalità Win32" is the italian for
> something like "The function is valid only in Win32 mode".
> Windows 98 is not a win 32 system???

I don't know anything about py2exe, but BeginUpdateResource is a function
which is not supported on Win95/98. Look at http://msdn.microsoft.com if you
are interested in details.

greetings
Achim





More information about the Python-list mailing list