Page 1 of 1

pygtk only in FULL installation availabe?

Posted: 10. Sep 2010, 14:43
by damNageHack
I am using an older installation of Salix with the BASIC installation.
# slapt-get -u
[...]
# slapt-get --upgrade
[...]
# dotnew-gtk
Traceback (most recent call last):
File "/usr/sbin/dotnew-gtk", line 3, in <module>
import gtk
ImportError: No module named gtk
# slapt-get -i pygtk
[...]
# dotnew-gtk
[ -> works ]
Bug :?: :?:
Package dotnew is in CORE, it contains the script dotnew-gtk as well, although pygtk is only in FULL.
I checked both lists in sourceforge svn, XFCE and LXDE package lists for the iso creation.

Re: pygtk only in FULL installation availabe?

Posted: 10. Sep 2010, 16:26
by gapan
The console part works even in the core mode. A dependency means that is wouldn't run at all without it. So no pygtk dependency for dotnew.

Re: pygtk only in FULL installation availabe?

Posted: 10. Sep 2010, 16:59
by damNageHack
I am talking about using the BASIC installation which includes as well the whole gtk stuff (but no pygtk currently).

Re: pygtk only in FULL installation availabe?

Posted: 10. Sep 2010, 17:10
by gapan
That's what I'm talking about too.