ssilverm / pimame-8

33 stars 6 forks source link

Object has no attribute 'set_selected_index' [piplay-0.8-beta9] #17

Open d42ohpaz opened 8 years ago

d42ohpaz commented 8 years ago

When trying to use a USB wireless mouse (Logitech Performance Laser), I get the following error:

Traceback (most recent call last):
  File "launchmenu.py", line 69, in <module>
    main()
  File "launchmenu.pu", line 53, in main
    if action: update_display = manager.scene.handle_events(action)
  File "/home/pi/pimame/pimame-menu/pmmenu/mainscene.py", line 318, in handle_events
    self.set_selected_index(sprite)
AttributeError: 'MainScene' object has no attribute 'set_selected_index'

I'm using PI Model B (2011.12).