Python 2.3.4 (#1, Jan 18 2005, 01:58:53) [GCC 3.4.3 20050104 (ALT Linux, build 3.4.3-alt2)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> import pygtk >>> try: ... import gnome.ui ... except ImportError: ... print "No Gnome.UI available" ... Fatal Python error: could not import ORBit module zsh: abort python alex@pyro ~ $ _ Steps to Reproduce: 1. Run the code w/ python-module-pygnome being installed, but w/o python-module-pyorbit Actual Results: Get the python crash Expected Results: :-) Obviously the string printed to output ;-)
исправлю добавлением requires на pyorgbit, выложу после появления в Сизифе gconf = 2.9
Уж полночь близится...
Не понял, вот я вижу: python2.4(ORBit) нужен для python-module-pygnome-2.10.0-alt1
Ну как там, исправилось?