Re: GUI woes

2005-04-24 Thread jeff elkins
On Sunday 24 April 2005 10:41 am, jeff elkins wrote: > On Sunday 24 April 2005 03:11 am, Roger Binns wrote: > > You have a mixture of different versions of wxPython in there. > Thanks. I'll see if I can delete/reinstall and fix things. Fixed and thanks for the clue :) Jeff -- http://mail.pytho

Re: GUI woes

2005-04-24 Thread jeff elkins
On Sunday 24 April 2005 02:07 am, Kartic wrote: > > Jeff - Could you please post your code? > > From what you have posted it looks like your MyFrame class does not > inherit from wx.Frame. > Thanks Kartic. That test.py was from the wxpython download site. -- http://mail.python.org/mailman/listin

Re: GUI woes

2005-04-24 Thread jeff elkins
On Sunday 24 April 2005 03:11 am, Roger Binns wrote: > "jeff elkins" <[EMAIL PROTECTED]> wrote in message > news:[EMAIL PROTECTED] > > > under debian sid, I installed (via apt-get) the various wxpython stuff > > available.: > > > > libwxgtk2.4-python > > libwxgtk2.5.3-python > > python-opengl > > p

Re: GUI woes

2005-04-23 Thread Roger Binns
"jeff elkins" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > under debian sid, I installed (via apt-get) the various wxpython stuff > available.: > > libwxgtk2.4-python > libwxgtk2.5.3-python > python-opengl > python-pythoncard > python2.1-opengl > python2.2-opengl > python2.3-opengl

Re: GUI woes

2005-04-23 Thread Kartic
The Great jeff elkins uttered these words on 4/23/2005 5:45 PM: test.py crashes with the error below. Any clues? === Running test.py: Traceback (most recent call last): File "./test.py", line 87, in ? app = MyApp(0) # Create an instance of the application class File "/usr/l