From: Mark H. <mha...@sk...> - 2006-09-11 09:54:40
|
> Is there a reasonably neat way to disable just that popup-box? The other alternative I mentioned was to assign sys.stderr somewhere else at startup - 'if hasattr(sys, "frozen"): ...' is what I use to make things conditional on being hosted in py2exe. Otherwise, check out the source I pointed at, and if you don't find anything neat enough patches would be accepted (but let us know if you'd like some help in that coming up with such patches...) Mark |