Bug#835866: icedove: Last working version 45.2.0-3

2016-09-14 Thread Erwin Gaubitzer
Package: icedove Followup-For: Bug #835866 I tried the versions on snapshot.debian.org backwards and found that the last working version was 45.2.0-3 (on amd64) Regards Erwin

Bug#469313: Use numpy instead of older Numeric

2008-03-04 Thread Erwin Gaubitzer
Package: python-gnuplot Version: 1.7-7 Severity: wishlist It would be nice to have the successor of Numeric and numarray, namely numpy for the gnuplot wrapper. According to http://snippets.dzone.com/user/evan/tag/numpy it should work simply by replacing numpy for Numeric in all the python file

Bug#456168: vim-runtime: Please update tex.vim

2007-12-13 Thread Erwin Gaubitzer
Package: vim-runtime Version: 1:7.1-138+1 Severity: normal *** Please type your report below this line *** The syntax file tex.vim does not work with the actual vim 7.1. Folding is not properly done. Please update to version 39 from http://mysite.verizon.net/astronaut/vim/syntax/tex.vim.gz -- Sys

Bug#409773: Solution

2007-02-07 Thread Erwin Gaubitzer
After some testing I found the solution to my problem: First I found that there were cases when it worked and others when it didn't work. Trying 'python -v examplescript.py 2> logfile' showed that in the nonworking case Numeric was loaded and in the other numpy. In the end I found out that it w

Bug#409773: pylab plot function fails to convert arrays

2007-02-05 Thread Erwin Gaubitzer
Package: python-matplotlib Version: 0.87.7-0.1 The simple python session: >>> import pylab >>> pylab.plot([3,6,9]) Traceback (most recent call last): File "", line 1, in ? File "/usr/lib/python2.4/site-packages/matplotlib/pylab.py", line 2027, in plot ret = gca().plot(*args, **kwargs)