[Bug 295719] Re: python-matplotlib: Exception when drawing image on 64-bit system

2009-02-21 Thread Benjamin Drung
This bug is fixed with 0.98.5.2-1 in jaunty. The example code runs without exceptions. ** Changed in: matplotlib (Ubuntu) Status: Triaged = Fix Released -- python-matplotlib: Exception when drawing image on 64-bit system https://bugs.launchpad.net/bugs/295719 You received this bug

Re: [Bug 295719] Re: python-matplotlib: Exception when drawing image on 64-bit system

2009-01-14 Thread gpk
It does, but I haven't had time to boil down the test case. Sorry. Kjell Braden wrote: We are closing this bug report because it lacks the information we need to investigate the problem. If this still happens to you, please provide a test case. Thanks for your understanding. ** Changed

[Bug 295719] Re: python-matplotlib: Exception when drawing image on 64-bit system

2009-01-14 Thread Benjamin Drung
Setting status back to incomplete. ** Changed in: matplotlib (Ubuntu) Status: Invalid = Incomplete -- python-matplotlib: Exception when drawing image on 64-bit system https://bugs.launchpad.net/bugs/295719 You received this bug notification because you are a member of Ubuntu Bugs, which

[Bug 295719] Re: python-matplotlib: Exception when drawing image on 64-bit system

2009-01-14 Thread agb
here is an example of code that fails on 64 bit machines running 8.10, but works on 8.04. Just run it with eg python tmp.py ** Attachment added: Example of code that shows bug http://launchpadlibrarian.net/21208878/tmp.py -- python-matplotlib: Exception when drawing image on 64-bit system

[Bug 295719] Re: python-matplotlib: Exception when drawing image on 64-bit system

2009-01-14 Thread Kjell Braden
Thanks, this testcase seems to work. I'll try some debugging. ** Changed in: matplotlib (Ubuntu) Status: Incomplete = Confirmed -- python-matplotlib: Exception when drawing image on 64-bit system https://bugs.launchpad.net/bugs/295719 You received this bug notification because you are a

[Bug 295719] Re: python-matplotlib: Exception when drawing image on 64-bit system

2009-01-14 Thread Kjell Braden
** Changed in: python-numpy (Ubuntu) Sourcepackagename: matplotlib = python-numpy Assignee: (unassigned) = Kjell Braden (afflux) Status: Confirmed = In Progress -- python-matplotlib: Exception when drawing image on 64-bit system https://bugs.launchpad.net/bugs/295719 You received

Re: [Bug 295719] Re: python-matplotlib: Exception when drawing image on 64-bit system

2009-01-14 Thread John D Hunter
On Wed, Jan 14, 2009 at 8:38 AM, Kjell Braden fn...@pentabarf.de wrote: Thanks, this testcase seems to work. I'll try some debugging. ** Changed in: matplotlib (Ubuntu) Status: Incomplete = Confirmed -- python-matplotlib: Exception when drawing image on 64-bit system

[Bug 295719] Re: python-matplotlib: Exception when drawing image on 64-bit system

2009-01-14 Thread Kjell Braden
John, in svn HEAD r6036 fixed this problem, which seems to need a newer numpy version, (PyArray_SimpleNewFromData does not use the same conversion code for the dimensions as PyArray_FromDimsAndData uses) The attached patch fixes this issue for me. Can someone confirm that this does not affect

[Bug 295719] Re: python-matplotlib: Exception when drawing image on 64-bit system

2009-01-14 Thread Kjell Braden
Woops, accidentally changed the affected source package. ** Changed in: matplotlib (Ubuntu) Sourcepackagename: python-numpy = matplotlib -- python-matplotlib: Exception when drawing image on 64-bit system https://bugs.launchpad.net/bugs/295719 You received this bug notification because you are

[Bug 295719] Re: python-matplotlib: Exception when drawing image on 64-bit system

2009-01-14 Thread Kjell Braden
** Changed in: matplotlib (Ubuntu) Importance: Undecided = Medium Status: In Progress = Triaged ** Changed in: matplotlib (Ubuntu) Assignee: Kjell Braden (afflux) = (unassigned) -- python-matplotlib: Exception when drawing image on 64-bit system

[Bug 295719] Re: python-matplotlib: Exception when drawing image on 64-bit system

2009-01-13 Thread Kjell Braden
We are closing this bug report because it lacks the information we need to investigate the problem. If this still happens to you, please provide a test case. Thanks for your understanding. ** Changed in: matplotlib (Ubuntu) Status: Incomplete = Invalid -- python-matplotlib: Exception

[Bug 295719] Re: python-matplotlib: Exception when drawing image on 64-bit system

2008-11-09 Thread Kjell Braden
Can you please provide some come snippet to recreate this bug? ** Changed in: matplotlib (Ubuntu) Status: New = Incomplete -- python-matplotlib: Exception when drawing image on 64-bit system https://bugs.launchpad.net/bugs/295719 You received this bug notification because you are a

[Bug 295719] Re: python-matplotlib: Exception when drawing image on 64-bit system

2008-11-09 Thread gpk
At the moment, only a big complicated one. However, I think Benjamin Drung dug up something worth inspecting. My bet is that he found the problem. Please take a look at the incompatible pointer type problem he found; if that isn't relevant or isn't trivial to fix, I'll boil my code down to a

[Bug 295719] Re: python-matplotlib: Exception when drawing image on 64-bit system

2008-11-08 Thread Benjamin Drung
Thank you for taking the time to report this bug and helping to make Ubuntu better. The package is build once for i386 and once for amd64. So there should be no 32 and 64 bit libraries mixed. Building matplotlib 0.98.3-6 on intrepid produces following warning. It looks like that the warning has