From: XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX - 2008-12-24 11:05:12
|
Has anybody done this? I have a PythonCard application that currently launches a second application, which is a wxPython executable. Both get compiled with py2exe and this works fine, except running the wxPython application is pretty slow, expecially over a network. This appears to be down to the time taken for the second Python and wxPython runtime DLLs to load and run. So...I am resigned to merging the code and making the wxPython application a child window (maybe modal, maybe not). My first task appears to be getting rid of the wx.App instance in the wxPython code, but is there anything else I need to be aware of? Has anybody done this before and compiled a list of things to watch out for? Thanks -- XXXXXXXXXXX |