[Bug 337469] Re: import matplotlib.pyplot gives ImportError: No module named _tkagg

2009-03-25 Thread Daniel Holbach
Uploaded. Sitting in the queue. ** Changed in: matplotlib (Ubuntu) Status: Confirmed = Fix Committed -- import matplotlib.pyplot gives ImportError: No module named _tkagg https://bugs.launchpad.net/bugs/337469 You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 337469] Re: import matplotlib.pyplot gives ImportError: No module named _tkagg

2009-03-25 Thread Launchpad Bug Tracker
This bug was fixed in the package matplotlib - 0.98.5.2-1ubuntu2 --- matplotlib (0.98.5.2-1ubuntu2) jaunty; urgency=low * Really build with tcl/tk8.5 as python-tk was build with tcl/tk8.5 (LP: #337469). -- Andrew Straw straw...@astraw.com Sat, 21 Mar 2009 14:55:09 -0700 **

[Bug 337469] Re: import matplotlib.pyplot gives ImportError: No module named _tkagg

2009-03-24 Thread Benjamin Drung
I have added the bug number to the changelog entry. I can confirm that this patch works. So please sponsor Andrews patch. ** Attachment added: matplotlib_0.98.5.2-1ubuntu2.debdiff http://launchpadlibrarian.net/24304252/matplotlib_0.98.5.2-1ubuntu2.debdiff -- import matplotlib.pyplot gives

[Bug 337469] Re: import matplotlib.pyplot gives ImportError: No module named _tkagg

2009-03-22 Thread Benjamin Drung
0.98.5.2-1ubuntu1+0ads1 should be changed to 0.98.5.2-1ubuntu2. -- import matplotlib.pyplot gives ImportError: No module named _tkagg https://bugs.launchpad.net/bugs/337469 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs

[Bug 337469] Re: import matplotlib.pyplot gives ImportError: No module named _tkagg

2009-03-21 Thread Andrew Straw
I can confirm this bug with 0.98.5.2-1ubuntu1. I have a patch to the source and confirmed that it builds the _tkagg module and fixes this bug. I include the debdiff file produced from the source I used. ** Attachment added: Build against tk8.5

[Bug 337469] Re: import matplotlib.pyplot gives ImportError: No module named _tkagg

2009-03-21 Thread Jordan Mantha
Andrew, thanks a ton for the debdiff. One question though, what are the changes in debian/rules for? Why are you rm'ing the build directory? -- import matplotlib.pyplot gives ImportError: No module named _tkagg https://bugs.launchpad.net/bugs/337469 You received this bug notification because you

[Bug 337469] Re: import matplotlib.pyplot gives ImportError: No module named _tkagg

2009-03-21 Thread Andrew Straw
Jordan, the rm -rf build is in the clean target -- this is only used for cleaning up the tree after a build and before a new one. dh-clean build, which I removed, was breaking if the build directory wasn't there, whereas the rm command does not break. Really, I should probably test for the

[Bug 337469] Re: import matplotlib.pyplot gives ImportError: No module named _tkagg

2009-03-20 Thread Daniel J Blueman
I find that rebuilding matplotlib addresses the issue, without need for setting the environment variable here. -- import matplotlib.pyplot gives ImportError: No module named _tkagg https://bugs.launchpad.net/bugs/337469 You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 337469] Re: import matplotlib.pyplot gives ImportError: No module named _tkagg

2009-03-12 Thread David Coles
** Changed in: matplotlib (Ubuntu) Status: New = Confirmed -- import matplotlib.pyplot gives ImportError: No module named _tkagg https://bugs.launchpad.net/bugs/337469 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --

[Bug 337469] Re: import matplotlib.pyplot gives ImportError: No module named _tkagg

2009-03-08 Thread Václav Šmilauer
Correcting my mistake in the last post: should read MATPLOTLIBDATA=/usr/share/matplotlib/mpl-data . -- import matplotlib.pyplot gives ImportError: No module named _tkagg https://bugs.launchpad.net/bugs/337469 You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 337469] Re: import matplotlib.pyplot gives ImportError: No module named _tkagg

2009-03-03 Thread Václav Šmilauer
Confirming. This is a regression from intrepid and cen be verified by inspection of package contents list. _tkagg.so doesn't exist anymore in jaunty. -- import matplotlib.pyplot gives ImportError: No module named _tkagg https://bugs.launchpad.net/bugs/337469 You received this bug notification

[Bug 337469] Re: import matplotlib.pyplot gives ImportError: No module named _tkagg

2009-03-03 Thread Václav Šmilauer
BTW no mention of such change in changelogs, either. -- import matplotlib.pyplot gives ImportError: No module named _tkagg https://bugs.launchpad.net/bugs/337469 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing

[Bug 337469] Re: import matplotlib.pyplot gives ImportError: No module named _tkagg

2009-03-03 Thread Václav Šmilauer
After rebuilding the package locally, _tkagg.so installs just fine. OTOH then I get RuntimeError: Could not find the matplotlib data files from /usr/lib/python2.6/dist-packages/matplotlib/__init__.py:479. But that one can be worked around by setting MATPLOTLIBDATA=/usr/share/matplotlib env. var.