Comment 5 for bug 5347

Revision history for this message
GerhardGaußling (ggrubbish-web) wrote :

No, sketch from breezy does not run even if python 2.3 is installed or not:
$ sketch
Traceback (most recent call last):
  File "/usr/bin/sketch", line 34, in ?
    Sketch.main.main()
  File "/usr/lib/sketch-0.6.15/Sketch/Base/main.py", line 148, in main
    run_script = options.run_script)
  File "/usr/lib/sketch-0.6.15/Sketch/UI/skapp.py", line 184, in __init__
    geometry = geometry)
  File "/usr/lib/sketch-0.6.15/Sketch/UI/skapp.py", line 103, in __init__
    self.init_tk(screen_name, geometry)
  File "/usr/lib/sketch-0.6.15/Sketch/UI/skapp.py", line 213, in init_tk
    geometry = geometry)
  File "/usr/lib/sketch-0.6.15/Sketch/UI/skapp.py", line 108, in init_tk
    className = self.tk_class_name)
  File "/usr/lib/python2.4/lib-tk/Tkinter.py", line 1569, in __init__
    self.tk = _tkinter.create(screenName, baseName, className, interactive, wantobjects, useTk, sync, use)
TypeError: function takes at most 4 arguments (8 given)
(i386_chroot)gerhard@ubuntu:~$ dpkg -l *py* |grep ^ii
ii python 2.4.1-0ubuntu2 An interactive high-level object-oriented la
ii python-4suite- 0.99cvs2004100 Common files used by 4Suite packages
ii python-imaging 1.1.4-3ubuntu2 Python Imaging Library
ii python-minimal 2.4.1-0ubuntu2 A minimal subset of the Python language (def
ii python-tk 2.4.1-0ubuntu2 Tkinter - Writing Tk applications with Pytho
ii python2.3 2.3.5-2 An interactive high-level object-oriented la
ii python2.3-4sui 0.99cvs2004100 An open-source platform for XML and RDF proc
ii python2.3-dev 2.3.5-2 Header files and a static library for Python
ii python2.3-xml 0.8.4-1ubuntu1 XML tools for Python (2.3.x)
ii python2.4 2.4.1-0 An interactive high-level object-oriented la
ii python2.4-imag 1.1.4-3ubuntu2 Python Imaging Library
ii python2.4-mini 2.4.1-0 A minimal subset of the Python language (ver
ii python2.4-tk 2.4.1-0 Tkinter - Writing Tk applications with Pytho
ii xdpyinfo 7.0-1 X display information

regards

Gerhard

FYI: skencil from skencil.org works.