da es ein klares python-problem ist, platziere ich das thema mal hier.
system: etch. ich hatte es auch schon unter etch am laufen, aber da das system unsauber installiert war, mußte ich es überbügeln.
ich versuche, das internet-radio-tool idjc zum laufen zu bringen. dafür mußte ich unter anderem python 2.4 installieren. es compiliert ordentlich und läßt sich aufrufen, aber der start bricht ab mit
ein pkg -l | grep python ergibt:import pygtk
ImportError: No module named pygtk
und dpkg -l | grep gtk ergibt:ii python 2.3.5-11 An interactive high-level object-oriented language (default vers
ii python-cairo 1.0.2-2 Python bindings for the Cairo vector graphics library
ii python-central 0.5.0 register and build utility for Python packages
ii python-dev 2.3.5-11 Header files and a static library for Python (default)
ii python-eyed3 0.6.10-2 Python module for id3-tags manipulation
ii python-glade-1.2 0.6.12-4 Put a bit of python code behind interfaces built with GLADE
ii python-glade2 2.8.2-3 GTK+ bindings: Glade support
ii python-gtk-1.2 0.6.12-4 GTK support module for Python
ii python-gtk2 2.8.2-3 Python bindings for the GTK+ widget set
ii python-gtk2-dev 2.8.2-3 GTK+ bindings: devel files
ii python-gtkmvc 0.9.2-1 model-view-controller (MVC) implementation for pygtk
ii python-minimal 2.3.5-11 A minimal subset of the Python language (default version)
ii python-numeric 24.2-5 Numerical (matrix-oriented) Mathematics for Python
ii python-support 0.3.8 automated rebuilding support for python modules
ii python2.3 2.3.5-14 An interactive high-level object-oriented language (version 2.3)
ii python2.3-dev 2.3.5-14 Header files and a static library for Python (v2.3)
ii python2.3-glade2 2.8.2-3 GTK+ bindings: Glade support
ii python2.3-gtk2 2.8.2-3 Python bindings for the GTK+ widget set
ii python2.4 2.4.3-7 An interactive high-level object-oriented language (version 2.4)
ii python2.4-dev 2.4.3-7 Header files and a static library for Python (v2.4)
ii python2.4-minimal 2.4.3-7 A minimal subset of the Python language (version 2.4)
der händische aufruf von "python" benutzt python 2.3:ii gftp-gtk 2.0.18-14 X/GTK+ FTP client
ii libgdk-pixbuf2 0.22.0-11 The GdkPixBuf image library, gtk+ 1.2 version
ii libgtk-perl 0.7009-6 Perl module for the gtk+ library
ii libgtk1.2 1.2.10-18 The GIMP Toolkit set of widgets for X
ii libgtk1.2-common 1.2.10-18 Common files for the GTK+ library
ii libgtk2.0-0 2.8.18-1 The GTK+ graphical user interface library
ii libgtk2.0-bin 2.8.18-1 The programs for the GTK+ graphical user interface library
ii libgtk2.0-common 2.8.18-1 Common files for the GTK+ graphical user interface library
ii libgtk2.0-dev 2.8.18-1 Development files for the GTK+ library
ii libgtkspell0 2.0.10-3+b1 a spell-checking addon for GTK's TextView widget
ii libwxgtk2.4-1 2.4.5.1 wxWindows Cross-platform C++ GUI toolkit (GTK+ runtime)
ii python-gtk-1.2 0.6.12-4 GTK support module for Python
ii python-gtk2 2.8.2-3 Python bindings for the GTK+ widget set
ii python-gtk2-dev 2.8.2-3 GTK+ bindings: devel files
ii python-gtkmvc 0.9.2-1 model-view-controller (MVC) implementation for pygtk
ii python2.3-gtk2 2.8.2-3 Python bindings for the GTK+ widget set
Code: Alles auswählen
Python 2.3.5 (#2, Jun 13 2006, 23:12:55)
[GCC 4.1.2 20060613 (prerelease) (Debian 4.1.1-4)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import pygtk
>>>
Code: Alles auswählen
Python 2.4.4c0 (#2, Jun 14 2006, 22:35:41)
[GCC 4.1.2 20060613 (prerelease) (Debian 4.1.1-4)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import pygtk
Traceback (most recent call last):
File "<stdin>", line 1, in ?
ImportError: No module named pygtk
>>>
das problem scheint recherchen zu folge öfter vorzukommen, aber eine lösung habe ich noch nicht. lt einem forumeintrag ist es ein symlink-fehler, aber leider wird dieser auch nicht weiter spezifiziert.
für hilfe dankbar,
akraix