Bug 6064 - python crashes w/ importing gnome.ui w/o python-module-pyorbit being installed
Summary: python crashes w/ importing gnome.ui w/o python-module-pyorbit being installed
Status: CLOSED FIXED
Alias: None
Product: Sisyphus
Classification: Development
Component: python-module-pygnome (show other bugs)
Version: unstable
Hardware: all Linux
: P2 normal
Assignee: Vitaly Lipatov
QA Contact: qa-sisyphus
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-02-08 13:43 MSK by Alexey Morozov
Modified: 2005-08-30 03:54 MSD (History)
22 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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
Ну как там, исправилось?