Opened 15 years ago

Last modified 11 years ago

#638 closed defect

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

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 (last modified by tomeu)

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 (2)

comment:1 Changed 15 years ago by tomeu

  • Description modified (diff)
  • Milestone changed from Unspecified by Release Team to 0.86
  • Priority changed from Unspecified by Maintainer to Normal
  • Severity changed from Unspecified to Major

Changed 14 years ago by jpichon

Display error message when sound is not found

Note: See TracTickets for help on using tickets.