Bug#553400: ITP: spyder -- Spyder is a Python development environment specially suited for scientific computing

2010-04-01 Thread Ludovic Aubry
On Tue, 23 Mar 2010 11:12:59 +0100 David Paleino wrote: > Hello Ludovic, > > On Friday 30 October 2009 22:36:49, Ludovic Aubry wrote: > > Package: wnpp > > Severity: wishlist > > Owner: Ludovic Aubry > > > > Package name: spyder > >

Bug#553400: ITP: spyder -- Spyder is a Python development environment specially suited for scientific computing

2009-10-30 Thread Ludovic Aubry
Package: wnpp Severity: wishlist Owner: Ludovic Aubry Package name: spyder Version : 1.0.1 Upstream Author : Pierre Raybaut URL : http://code.google.com/p/spyderlib/ License : MIT Programming Lang: Python Description : Spyder is a Python

Bug#522162: reassign 522162 to libglib2.0-0

2009-04-10 Thread Ludovic Aubry
On Friday 10 April 2009 12:56:15 Josselin Mouette wrote: > Le vendredi 10 avril 2009 à 12:34 +0200, Ludovic Aubry a écrit : > > Well, I downgraded to 2.16.6-1+lenny1 and 2.16.6-1 and couldn't > > reproduce the problem with either version. > > Maybe there was a locally i

Bug#522162: reassign 522162 to libglib2.0-0

2009-04-10 Thread Ludovic Aubry
On Thursday 09 April 2009 15:21:25 Josselin Mouette wrote: > Le jeudi 09 avril 2009 à 15:02 +0200, Ludovic Aubry a écrit : > > reassign 522162 libglib2.0-0 2.16.6-1+lenny1 > > Do you have a backtrace of the crash, at least with glib debugging > symbols? > > Does it also ha

Bug#522162: syslog-ng: crashes on segmentation fault - solved

2009-04-09 Thread Ludovic Aubry
I investigated this problem, running gdb syslog showed that syslog-ng crashed in g_static_private_set from glib I first tried to rebuild syslog-ng from source to get debugging symbols, but pkgconfig crashed with the same error. This made me really suspect glib and indeed after upgrading to glib

Bug#485868: python-psycopg2-dbg: missing mx.DateTime support in -dbg package

2008-06-11 Thread Ludovic Aubry
Package: python-psycopg2-dbg Version: 2.0.7-3 Severity: normal The package seems to be missing support for mx.DateTime in the -dbg version. using python and python-dbg you can do : >>> import psycopg2._psycopg >>> dir(psycopg2._psycopg) and see that the symbols relating to mx are missing from t

Bug#475017: python-numpy: missing parentheses in /usr/share/pyshared/numpy/f2py/rules.py line 1222 (fixed upstream)

2008-04-08 Thread Ludovic Aubry
Package: python-numpy Version: 1:1.0.4-7 Severity: normal Tags: patch f2py fails while building module without this fix. the patch below is from the subversion repository (so it's slightly offset): Index: rules.py === --- rules.py