[Python-modules-team] Bug#767529: python-stdeb: Fails when a package has more than one release in PyPi

2014-10-31 Thread Teemu Ikonen
Package: python-stdeb Version: 0.8.2-3 Severity: normal Tags: upstream The PyPi xmlrpc API sometimes returns more than one release with the package_releases() call. This makes pypi-download fail: $ pypi-download gmvault Traceback (most recent call last): File "/usr/bin/pypi-download", line 32,

[Python-modules-team] Bug#642326: ipython-qtconsole: crash with nonsense command string

2011-09-21 Thread Teemu Ikonen
Apparently this is fixed in upstream git, see https://github.com/ipython/ipython/pull/745 Best, Teemu ___ Python-modules-team mailing list Python-modules-team@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/python-modu

[Python-modules-team] Bug#642326: ipython-qtconsole: crash with nonsense command string

2011-09-21 Thread Teemu Ikonen
Package: ipython-qtconsole Version: 0.11-1 Severity: normal Tags: experimental Running the command $ ipython qtconsole --c='adsf' crashes the qtconsole version of ipython and it starts printing QCoreApplication::exec: The event loop is already running repeatedly. Crash report is attached

[Python-modules-team] Bug#585442: python-matplotlib: crashes when calling axis() after imshow()

2010-06-10 Thread Teemu Ikonen
Package: python-matplotlib Version: 0.99.1.2-3 Severity: important Running a program which displays an image with plt.imshow() and changes the axes with plt.axis() before calling plt.show() crashes the python interpreter: $ python mpl_crash.py terminate called after throwing an instance of 'char

[Python-modules-team] Bug#556943: python-matplotlib: Segfaults with Qt4Agg backend

2009-11-23 Thread Teemu Ikonen
On Sun, Nov 22, 2009 at 2:03 PM, Benjamin Drung wrote: > Am Mittwoch, den 18.11.2009, 15:01 +0100 schrieb Teemu Ikonen: >> >>> import matplotlib.pyplot as plt >> >>> plt.plot([1,2]) >> Segmentation fault [...] > Is your system up-to-date? Where there a

[Python-modules-team] Bug#556943: python-matplotlib: Segfaults with Qt4Agg backend

2009-11-18 Thread Teemu Ikonen
Package: python-matplotlib Version: 0.99.0-1 Severity: grave Justification: renders package unusable Matplotlib segfaults immediately when trying to create a plot with the Qt4Agg backend enabled in matplotlibrc. Example: >>> import matplotlib.pyplot as plt >>> plt.plot([1,2]) Segmentation fault

[Python-modules-team] ITP: python-pivy -- Coin binding for Python

2008-11-10 Thread Teemu Ikonen
retitle 504617 ITP: python-pivy -- Coin binding for Python thanks I've made preliminary packaging of Pivy, it's now at http://git.debian.org/?p=collab-maint/pivy.git but I really hope it could be integrated with the Python modules team packages to the SVN repository. Teemu __