Ticket #638 (closed defect: fixed)
"Playwave" example not working: directory not found?
| Reported by: | sascha_silbe | Owned by: | lfaraone |
|---|---|---|---|
| Priority: | Normal | Milestone: | 0.86 |
| Component: | Pippy | Version: | Git as of bugdate |
| Severity: | Major | Keywords: | r? |
| Cc: | jpichon | Distribution/OS: | Unspecified |
| Bug Status: | Unconfirmed |
Description (last modified by tomeu) (diff)
The "Playwave" example isn't working:
Traceback (most recent call last):
File "/home/sugar/.sugar/default/org.laptop.Pippy/tmp/pippy_app.py", line 5, in <module>
pippy.sound.playWave(sound='didjeridu', loop=True, duration=5)
File "/home/sugar/sugar-jhbuild/install/share/sugar/activities/Pippy.activity/library/pippy/sound.py", line 157, in playWave
fullname = finddir() + str(sound)
TypeError: unsupported operand type(s) for +: 'NoneType' and 'str'
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

