"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 > python2.3-pythoncard > pythoncard > pythoncard-doc > pythoncard-tools > wx2.5-examples > wxpython2.5.3 > wxwin2.4-examples
You have a mixture of different versions of wxPython in there. > AttributeError: MyFrame instance has no attribute 'Bind' Bind was introduced in wxPython 2.5. Looks like you are running against thr 2.4 library. Roger -- http://mail.python.org/mailman/listinfo/python-list