Bug 6064

Summary: python crashes w/ importing gnome.ui w/o python-module-pyorbit being installed
Product: Sisyphus Reporter: Alexey Morozov <morozov>
Component: python-module-pygnomeAssignee: 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   

Description Alexey Morozov 2005-02-08 13:43:54 MSK
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 ;-)
Comment 1 Vitaly Lipatov 2005-02-09 01:09:59 MSK
исправлю добавлением requires на pyorgbit, выложу после 
появления в Сизифе gconf = 2.9 
Comment 2 Alexey Morozov 2005-03-24 19:50:09 MSK
Уж полночь близится...
Comment 3 Vitaly Lipatov 2005-03-24 21:07:46 MSK
Не понял, вот я вижу: 
python2.4(ORBit) нужен для python-module-pygnome-2.10.0-alt1 
Comment 4 Vitaly Lipatov 2005-08-24 02:36:34 MSD
Ну как там, исправилось?