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
 https://bugs.launchpad.net/bugs/295719
 You received this bug notification because you are a direct subscriber
 of the bug.


I have not been able to replicate the bug on a 64bit ubuntu 8.10 box.
here is the platform info for the machine I tested on using the script
http://launchpadlibrarian.net/21208878/tmp.py.  I am running svn HEAD
though, but I am not aware of anything that would have changed
regarding float32 images on 64 bit architectures

uqbar[~] uname -a
Linux uqbar 2.6.27-9-generic #1 SMP Thu Nov 20 22:15:32 UTC 2008
x86_64 GNU/Linux
uqbar[~] cat /etc/issue
Ubuntu 8.10 \n \l

uqbar[~] python -c 'import platform;print platform.architecture()'
('64bit', 'ELF')

-- 
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 is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 299381] Re: importing matplotlib gives warning

2008-12-15 Thread John D Hunter
Hi,

I'm a matplotlib developer and I will posit a guess about what is going
on.  matplotlib optionally installs pytz and datetuil if it is not found
on the system at install time.  You can override the default behavior by
copying the file setup.cfg.template to setup.cfg and editing it to turn
off the pytz and dateutil installs::

  ## Date/timezone support:
  pytz = False
  dateutil = False

It looks like perhaps you are getting the ubuntu datetutil and the
matplotlib datetuil, but this is just a guess.  The ubuntu packager will
probably want to rely on the upstream pytz and datetutil, and turn off
matplotlib's install by modifying setup.cfg as described above.

JDH

-- 
importing matplotlib gives warning
https://bugs.launchpad.net/bugs/299381
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs