python-numeric-tutorial package should depend on tkinter

Bug #3124 reported by Lakin Wecker
6
Affects Status Importance Assigned to Milestone
python-numeric (Ubuntu)
Fix Released
Medium
Matthias Klose

Bug Description

After succesfully installing python-numeric-tutorial, I tried to import it using:
Python 2.3.5 (#2, Sep 5 2005, 15:15:54)
[GCC 4.0.2 20050808 (prerelease) (Debian 4.0.1-4ubuntu6)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> from NumTut import *
Traceback (most recent call last):
  File "<stdin>", line 1, in ?
  File "/usr/lib/python2.3/site-packages/NumTut/__init__.py", line 11, in ?
    from view import *
  File "/usr/lib/python2.3/site-packages/NumTut/view.py", line 26, in ?
    import Tkinter
ImportError: No module named Tkinter

Revision history for this message
Lakin Wecker (lakin) wrote :

It should also depend on python2.3-numeric

lakin@zedd:~$ python2.3
Python 2.3.5 (#2, Sep 5 2005, 15:15:54)
[GCC 4.0.2 20050808 (prerelease) (Debian 4.0.1-4ubuntu6)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> from NumTut import *
Traceback (most recent call last):
  File "<stdin>", line 1, in ?
  File "/usr/lib/python2.3/site-packages/NumTut/__init__.py", line 11, in ?
    from view import *
  File "/usr/lib/python2.3/site-packages/NumTut/view.py", line 27, in ?
    from Numeric import *
ImportError: No module named Numeric

Changed in python-numeric:
assignee: nobody → doko
Revision history for this message
Emmet Hikory (persia) wrote :

python-numeric-tutorial recommends python-imaging-tk, which eventually provides tkinter. It also depends on python-numeric, which would solve the second issue. I cannot find any documentation on this fix, but this version seems to prefer python2.4, so it may still be an issue for python2.3.

Revision history for this message
Matthias Klose (doko) wrote :

fixed in python-numeric_24.2-1ubuntu2

Changed in python-numeric:
status: Unconfirmed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.