[Bug 1266605] Re: matplotlib crashes after recent tcl/tk update

2014-08-20 Thread Julian Taylor
are you sure you are using the packaged matplotlib and not a local installation? run python -c import matplotlib; print matplotlib to see what you are using -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1266605] Re: matplotlib crashes after recent tcl/tk update

2014-08-20 Thread David Murphy
It's the packaged one: module 'matplotlib' from '/usr/local/lib/python2.7/dist- packages/matplotlib/__init__.pyc' -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1266605 Title: matplotlib crashes

[Bug 1266605] Re: matplotlib crashes after recent tcl/tk update

2014-08-20 Thread Sandro Tosi
David, it is not :) no package will ever install something in /usr/local so it's a custom installation -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1266605 Title: matplotlib crashes after recent

[Bug 1266605] Re: matplotlib crashes after recent tcl/tk update

2014-08-20 Thread David Murphy
Hi Sandro, Are you sure? After an initial apt-get purge, I checked, and indeed /usr/local/lib/python2.7/dist-packages/matplotlib/ remained in place as you imply. I then moved matplotlib* in the above directory out of the way, and sure enough python then fails to import. When I re-install however,

[Bug 1266605] Re: matplotlib crashes after recent tcl/tk update

2014-08-20 Thread Sandro Tosi
david@spengler:~$ python -c import matplotlib; print matplotlib module 'matplotlib' from '/usr/lib/pymodules/python2.7/matplotlib/__init__.pyc' /usr/lib is not /usr/local ;) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1266605] Re: matplotlib crashes after recent tcl/tk update

2014-08-20 Thread David Murphy
Ha - good spot :-) For some reason, it's a mess, and I have no idea why: I've never installed any python modules except from APT. A purge and re-install does not work either (nothing is installed in /usr/lib/). I've found that I have to apt-purge the relevant packages, remove all mention of them

[Bug 1266605] Re: matplotlib crashes after recent tcl/tk update

2014-08-19 Thread David Murphy
I still see this crash (with identical traceback) even after upgrading my 14.04 Xubuntu 64-bit system to tcl/tk 8.6: python-matplotlib/trusty,now 1.3.1-1ubuntu5 amd64 tcl8.6-dev/trusty,now 8.6.1-4ubuntu1 amd64 tk8.6-dev/trusty,now 8.6.1-3ubuntu2 amd64 Suggestions? -- You received this bug

[Bug 1266605] Re: matplotlib crashes after recent tcl/tk update

2014-01-09 Thread Launchpad Bug Tracker
This bug was fixed in the package matplotlib - 1.3.1-1ubuntu3 --- matplotlib (1.3.1-1ubuntu3) trusty; urgency=medium [ Tim Lunn ] * debian/control: Build depend against tcl/tk 8.6 since this is the default for python2.7 now (LP: #1266605) [ Julian Taylor ] * add

[Bug 1266605] Re: matplotlib crashes after recent tcl/tk update

2014-01-08 Thread Julian Taylor
thanks seems to work matplotlib really needs a autopkgtest, this breaks regularly ... ** Changed in: matplotlib (Ubuntu) Assignee: (unassigned) = Julian Taylor (jtaylor) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1266605] Re: matplotlib crashes after recent tcl/tk update

2014-01-08 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/trusty-proposed/matplotlib -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1266605 Title: matplotlib crashes after recent tcl/tk update To manage notifications about this

[Bug 1266605] Re: matplotlib crashes after recent tcl/tk update

2014-01-07 Thread Tim
** Patch added: matplotlib.tk86.debdiff https://bugs.launchpad.net/ubuntu/+source/matplotlib/+bug/1266605/+attachment/3942960/+files/matplotlib.tk86.debdiff -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1266605] Re: matplotlib crashes after recent tcl/tk update

2014-01-06 Thread Tim
** Attachment added: simple script to reproduce crash https://bugs.launchpad.net/ubuntu/+source/matplotlib/+bug/1266605/+attachment/3942139/+files/plot.py -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1266605] Re: matplotlib crashes after recent tcl/tk update

2014-01-06 Thread Tim
** Attachment added: backtrace https://bugs.launchpad.net/ubuntu/+source/matplotlib/+bug/1266605/+attachment/3942148/+files/matplotlib.trace -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1266605

[Bug 1266605] Re: matplotlib crashes after recent tcl/tk update

2014-01-06 Thread Tim
I tried to do a local build in pbuilder and currently the tkagg backend is not being built. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1266605 Title: matplotlib crashes after recent tcl/tk