Pyvorbis and ogg comments

2002-01-10 Thread Aquarius
Does anyone know how to set comments in ogg files using the libvorbis bindings? I can set a comment non-permanently (the VorbisComment object works like a dictionary), but I can't work out how to actually *save* those comments that I've set... I asked Chris Cheney, the maintainer, and he didn't kn

Re: math.exp bug on alpha?

2002-01-10 Thread Mikhail Sobolev
On Thu, Jan 10, 2002 at 06:29:58PM +0100, Bastian Kleineidam wrote: > On Thu, Jan 10, 2002 at 05:25:43PM +, Luigi Ballabio wrote: > > on alpha debian, python 2.1.1-8: > > > Works for me, no aborts. (i386, python 2.1.1-8) Just compare the platform... :) -- Misha

Re: math.exp bug on alpha?

2002-01-10 Thread Bastian Kleineidam
On Thu, Jan 10, 2002 at 05:25:43PM +, Luigi Ballabio wrote: > > Greetings, > on alpha debian, python 2.1.1-8: > > >>> import math > >>> math.exp(-720) > > aborts the interpreter with a floating point exception. The strange thing > is, exp(-700) and exp(-750) both work. Works for me,

Re: Suggestion of dh_purepython

2002-01-10 Thread Sean 'Shaleh' Perry
On 10-Jan-2002 Bastian Kleineidam wrote: > Hi Python folks, > > I have put together a dh_purepython debhelper script to help > the installation of pure Python packages. > > Still missing: > > 1) All Python X.Y versions need to be preinstalled. What happens >when you install an new Python ve

math.exp bug on alpha?

2002-01-10 Thread Luigi Ballabio
Greetings, on alpha debian, python 2.1.1-8: >>> import math >>> math.exp(-720) aborts the interpreter with a floating point exception. The strange thing is, exp(-700) and exp(-750) both work. Any insight? Thanks in advance, Luigi

Suggestion of dh_purepython

2002-01-10 Thread Bastian Kleineidam
Hi Python folks, I have put together a dh_purepython debhelper script to help the installation of pure Python packages. Still missing: 1) All Python X.Y versions need to be preinstalled. What happens when you install an new Python version? Hmm, we have to register those pure python packag