[snip]
I might be wrong BUT to me that kind of error is directly connected to globals, I've had my share of wx.PyNoAppError but once I joined the "globals are evil" group... they vanished, I cannot remember seeing the error in the last year...
can we have SVN access to the source code? if yes, what is the link?
if you're still keen on having those constants global I guess you could also push them there using __builtin__.
Peter
路路路
On Tue, 19 Jul 2005 22:33:46 +0300, Brandon DuRette <bdurette@enthought.com> wrote:
At Enthought, we have developed a tool stack that has dependencies on wxPython. We are currently running under wxPython 2.4.1.2, but desperately want to migrate to 2.6.1.0 and are finally getting the opportunity to do the migration. However, the App initialization requirement is giving us some fits -- not in the sense that we can't find a workaround, but in the sense that we have not yet come up with a workaround that we particularly like. Let me give you a brief background of our tool stack and pose the following questions: Has anyone else run into issues with App initialization? If so, have you come up with a solution you think is elegant? Among the various alternative workarounds, are there specific pros/cons which led you to one solution or another?