Bug#492917: python-pyao: parsing arguments 64bit issues

2008-07-29 Thread Philipp Jocham
Package: python-pyao Version: 0.82-2 Severity: important src/aomodule.c uses 's|0!sl' and 'i|0!sl' as format strings for parsing the arguments passed to the constructor of ao.AudioDevice, thus parsing the arguments as 'long int'. Whereas the arguments are defined as 'int'. See /usr/incl

Bug#492772: python-pyao: Error with python2.5 on amd64

2008-07-28 Thread Philipp Jocham
Package: python-pyao Version: 0.82-2 Severity: normal Instantiating ao.AudioDevice with options gives an error Python 2.5.2 (r252:60911, May 28 2008, 19:19:25) [GCC 4.2.4 (Debian 4.2.4-1)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> import ao >