Message97629
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] |
|
Date |
User |
Action |
Args |
2010-01-12 12:01:23 | alfps | set | recipients:
+ alfps |
2010-01-12 12:01:23 | alfps | set | messageid: <1263297683.02.0.967810713174.issue7681@psf.upfronthosting.co.za> |
2010-01-12 12:01:21 | alfps | link | issue7681 messages |
2010-01-12 12:01:21 | alfps | create | |
|