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
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
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
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,
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
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
6 matches
Mail list logo