This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author alfps
Recipients alfps
Date 2010-01-12.12:01:20
SpamBayes Score 4.088343e-06
Marked as misclassified No
Message-id <1263297683.02.0.967810713174.issue7681@psf.upfronthosting.co.za>
In-reply-to
Content
CPython 3.1.1 in Windows XP.

Traceback (most recent call last):
  File "C:\Documents and Settings\Alf\sound\error.py", line 6, in <module>
    writer.setframerate( framerate )
NameError: name 'framerate' is not defined
Exception wave.Error: Error('sampling rate not specified',) in <bound method Wave_write.__del__ of <wave.Wave_write obje
ct at 0x00FE87F0>> ignored

TO FIX:

"/" needs to be changed to "//" in lines and 243 464 of [wave.py]
History
Date User Action Args
2010-01-12 12:01:23alfpssetrecipients: + alfps
2010-01-12 12:01:23alfpssetmessageid: <1263297683.02.0.967810713174.issue7681@psf.upfronthosting.co.za>
2010-01-12 12:01:21alfpslinkissue7681 messages
2010-01-12 12:01:21alfpscreate