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 -- http://mail.python.org/mailman/listinfo/python-list