Learning to use wxPython

K

KDawg44

Hi,

I downloaded the wxPython demo and did an emerge wxpython (gentoo) to
install. When I run the demo, I am getting this error:


# python demo.py
Traceback (most recent call last):
File "/usr/lib/python2.4/site-packages/wx-2.6-gtk2-ansi/wx/
_misc.py", line 1286, in Notify
self.notify()
File "/usr/lib/python2.4/site-packages/wx-2.6-gtk2-ansi/wx/
_core.py", line 13637, in Notify
self.result = self.callable(*self.args, **self.kwargs)
File "/root/wxPython Demo/wxPython-2.8.3.0/demo/Main.py", line 1798,
in ShowMain
frame = wxPythonDemo(None, "wxPython: (A Demonstration)")
File "/root/wxPython Demo/wxPython-2.8.3.0/demo/Main.py", line 1275,
in __init__
self.filter = wx.SearchCtrl(leftPanel)
AttributeError: 'module' object has no attribute 'SearchCtrl'

What am I doing wrong?

Thanks.
 
M

Michele Petrazzo

KDawg44 said:
Hi,
Hi,

I downloaded the wxPython demo and did an emerge wxpython (gentoo) to
install. When I run the demo, I am getting this error:


# python demo.py Traceback (most recent call last): File
"/usr/lib/python2.4/site-packages/wx-2.6-gtk2-ansi/wx/ _misc.py",
line 1286, in Notify

From here, I read that you are using the wx version 2.6 and the demo
that you are tring are for the 2.8.3! (the last as now).
So:
1) install the new 2.8
2) download the demo for the 2.6! :)

Bye,
Michele
 
K

KDawg44

From here, I read that you are using the wx version 2.6 and the demo
that you are tring are for the 2.8.3! (the last as now).
So:
1) install the new 2.8
2) download the demo for the 2.6! :)

Bye,
Michele

ahhh my bad i did not realize that. Thanks!
 

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

Similar Threads


Members online

Forum statistics

Threads
473,769
Messages
2,569,580
Members
45,054
Latest member
TrimKetoBoost

Latest Threads

Top