GUI woes

Roger Binns rogerb at rogerbinns.com
Sat Apr 23 23:11:21 EDT 2005


"jeff elkins" <jeffelkins at earthlink.net> wrote in message news:mailman.2361.1114307134.1799.python-list at python.org...
> 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 





More information about the Python-list mailing list