wxPython in C++ app using wxWidgets

M

Marcin Kalicinski

I have an application written in C++ that uses wxWidgets for GUI. I use
embedded Python for scripting inside of this application. I want to use
wxPython to add GUI to my scripts - because my C++ App uses wxWidgets I
thought it to be easy. The problem is that wxPython knows nothing about
wxApp/wxFrame objects created in my C++ application, and insists (by giving
me asserts) that I create another wxApp object for wxPython inside my
scripts. Obviously, this is not what I want. I want the scripts to use the
same wxApp/wxFrame object that my C++ application already created. More
specifically, I want to create dialogs in wxPython that will have my
application wxFrame as parent.

I'm stuck. Any help appreciated.

Thanks,
M.
 
C

Chris Mellon

I have an application written in C++ that uses wxWidgets for GUI. I use
embedded Python for scripting inside of this application. I want to use
wxPython to add GUI to my scripts - because my C++ App uses wxWidgets I
thought it to be easy. The problem is that wxPython knows nothing about
wxApp/wxFrame objects created in my C++ application, and insists (by giving
me asserts) that I create another wxApp object for wxPython inside my
scripts. Obviously, this is not what I want. I want the scripts to use the
same wxApp/wxFrame object that my C++ application already created. More
specifically, I want to create dialogs in wxPython that will have my
application wxFrame as parent.

I'm stuck. Any help appreciated.

I've never done this, but there's a sample in the wxPython source
distribution (I don't think it's in the packaged versions). You can
see it in SVN at
http://svn.wxwidgets.org/viewvc/wx/wxPython/trunk/samples/embedded/

If you have questions the sample doesn't answer, or if it doesn't work
for you, ask on the wxpython-users list instead of this one.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,995
Messages
2,570,236
Members
46,822
Latest member
israfaceZa

Latest Threads

Top