Re: New to Python, WxPython etc, etc

2006-01-03 Thread Max Erickson
"rodmc" <[EMAIL PROTECTED]> wrote in news:1136299565.613252.202670 @g44g2000cwa.googlegroups.com: > import _gaim > import wx > > from wxPython.wx import * > > ID_ABOUT = 101 > ID_EXIT = 102 > > class MyFrame(wxFrame): > def __init__(self, parent, ID, title): I don't have an answer to you

Re: New to Python, WxPython etc, etc

2006-01-03 Thread Heiko Wundram
rodmc wrote: > I am totally new to Python and WxPython and need to write an > application which can open up an external windows from a plug-in within > GAIM (using pyGAIM). > > > > "app = MyApp(0) > app.MainLoop()" You're trying to merge to event loops. GAIM uses the GTK2+ based loop, whereas W

New to Python, WxPython etc, etc

2006-01-03 Thread rodmc
I am totally new to Python and WxPython and need to write an application which can open up an external windows from a plug-in within GAIM (using pyGAIM). I have managed to hack some code together from what little I have covered so far, however GAIM refuses to open until I have closed the extra wind