Mixing PythonCard and wxPython windows

Neil Hughes <[email protected]> Wed, 24 Dec 2008 11:05:05 +0000
Newsgroups gmane.comp.python.pythoncard
Organization Support4Omega Ltd.
Message-ID <[email protected]>
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
-- 
Neil Hughes


------------------------------------------------------------------------------