Learning to use wxPython

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • KDawg44

    #1

    Learning to use wxPython

    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(No ne, "wxPython: (A Demonstration)" )
    File "/root/wxPython Demo/wxPython-2.8.3.0/demo/Main.py", line 1275,
    in __init__
    self.filter = wx.SearchCtrl(l eftPanel)
    AttributeError: 'module' object has no attribute 'SearchCtrl'

    What am I doing wrong?

    Thanks.

  • Michele Petrazzo

    #2
    Re: Learning to use wxPython

    KDawg44 wrote:
    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

    Comment

    • KDawg44

      #3
      Re: Learning to use wxPython

      On Apr 27, 11:25 am, Michele Petrazzo
      <michele.petraz zoDEL...@DELETE unipex.itwrote:
      KDawg44 wrote:
      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
      ahhh my bad i did not realize that. Thanks!

      Comment

      Working...