Problem on win xp and run time error

Michele Petrazzo michele.petrazzo at TOGLIunipex.it
Sat Jun 17 03:32:34 EDT 2006


Chris Lambacher wrote:
> On Fri, Jun 16, 2006 at 06:11:53PM +0000, Michele Petrazzo wrote:
>> Hi list, just found in this moment that my applications stop to
>> work with win xp and receive this error:
>> 
>> """ This application has requested the Runtime to terminate it in
>> an unusual way. Please contact the application's support team for
>> more information. """
>> 
>> (Note that the same application [python source code + py2exe] with 
>> python 2.3.x work well!)
> Don't use the single file executatble option with py2exe and the
> problem will go away.
> 

I'm not using that option! (that has also problems on win9x with python+wx)

I'm not using any of the "bundle_files" options, but only:
  zipfile = "lib/libraries.zip"

> -Chris

Thanks,
Michele



More information about the Python-list mailing list