Opened 15 years ago

Last modified 11 years ago

#638 closed defect

"Playwave" example not working: directory not found? — at Initial Version

Reported by: sascha_silbe Owned by: lfaraone
Priority: Normal Milestone:
Component: Pippy Version: Git as of bugdate
Severity: Major Keywords: r?
Cc: jpichon Distribution/OS: Unspecified
Bug Status: Unconfirmed

Description

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'

Change History (0)

Note: See TracTickets for help on using tickets.