Summary: | python crashes w/ importing gnome.ui w/o python-module-pyorbit being installed | ||
---|---|---|---|
Product: | Sisyphus | Reporter: | Alexey Morozov <morozov> |
Component: | python-module-pygnome | Assignee: | Vitaly Lipatov <lav> |
Status: | CLOSED FIXED | QA Contact: | qa-sisyphus |
Severity: | normal | ||
Priority: | P2 | CC: | antohami, aris, cas, cow, darktemplar, evg, george, grenka, imz, lav, mithraen, msp, nbr, qa_viy, rider, sem, shaba, shrek, sin, slev, vitty, viy |
Version: | unstable | ||
Hardware: | all | ||
OS: | Linux |
исправлю добавлением requires на pyorgbit, выложу после появления в Сизифе gconf = 2.9 Уж полночь близится... Не понял, вот я вижу: python2.4(ORBit) нужен для python-module-pygnome-2.10.0-alt1 Ну как там, исправилось? |
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 ;-)