Kurtis Heimerl wrote: > Hello, I've been trying to get a python pygtk script running on the > phone. It's a pretty simple hello world, as shown at > http://www.pygtk.org/pygtk2tutorial/ch-GettingStarted.html#sec-HelloWorld.
> Anyhow, I've used ipkg to grap python-core, and python-pygtk as per > http://wiki.openmoko.org/wiki/Python > This is all with the default jffs2 rootfs image on the wiki. > In running this script, it complains that there is no "gtk" package. I > attempted to install the gtk+ package, but I get the following > errors.... > [EMAIL PROTECTED]:~$ ipkg install gtk+ > Installing gtk+ (2.10.14-r7) to root... > Downloading > http://buildhost.openmoko.org/OM2007.2/tmp/deploy/glibc/ipk/fic-gta01/gtk+_2.10.14-r7_fic-gta01.ipk > An error ocurred, return value: 15. > Collected errors: > Package gtk+ wants to install file /usr/bin/gdk-pixbuf-query-loaders > But that file is already provided by package gtk+-fastscaling > Package gtk+ wants to install file /usr/bin/gtk-update-icon-cache > But that file is already provided by package gtk+-fastscaling > Package gtk+ wants to install file /usr/bin/gtk-query-immodules-2.0 > But that file is already provided by package gtk+-fastscaling > Package gtk+ wants to install file > /usr/lib/gtk-2.0/2.10.0/engines/libpixmap.so > But that file is already provided by package gtk+-fastscaling > Package gtk+ wants to install file > /usr/lib/libgdk_pixbuf-2.0.so.0.1000.14 > But that file is already provided by package gtk+-fastscaling > Package gtk+ wants to install file /usr/lib/libgdk_pixbuf-2.0.so.0 > But that file is already provided by package gtk+-fastscaling > Package gtk+ wants to install file > /usr/lib/libgdk-x11-2.0.so.0.1000.14 > But that file is already provided by package gtk+-fastscaling > Package gtk+ wants to install file /usr/lib/libgdk-x11-2.0.so.0 > But that file is already provided by package gtk+-fastscaling > Package gtk+ wants to install file > /usr/lib/libgtk-x11-2.0.so.0.1000.14 > But that file is already provided by package gtk+-fastscaling > Package gtk+ wants to install file /usr/lib/libgtk-x11-2.0.so.0 > But that file is already provided by package gtk+-fastscaling > Package gtk+ wants to install file > /usr/lib/libgdk_pixbuf_xlib-2.0.so.0.1000.14 > But that file is already provided by package gtk+-fastscaling > Package gtk+ wants to install file > /usr/lib/libgdk_pixbuf_xlib-2.0.so.0 > But that file is already provided by package gtk+-fastscaling > Package gtk+ wants to install file > /usr/share/themes/Raleigh/gtk-2.0/gtkrc > But that file is already provided by package gtk+-fastscaling > Package gtk+ wants to install file > /usr/share/themes/Default/gtk-2.0-key/gtkrc > But that file is already provided by package gtk+-fastscaling > Package gtk+ wants to install file > /usr/share/themes/Emacs/gtk-2.0-key/gtkrc > But that file is already provided by package gtk+-fastscaling > Any suggestions? There has been some package renaming and pygtk seems to still refer to gtk+ instead of gtk+-fastscaling. For the time being, just install python-pygtk with --force-depends. Next time we rebuild the package repository, it should be fixed. Regards, :M: -- Michael 'Mickey' Lauer | IT-Freelancer | http://www.vanille-media.de

