Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 39551 - gdesklets fails on pygtk after upgrading to python-2.3
Summary: gdesklets fails on pygtk after upgrading to python-2.3
Status: RESOLVED NEEDINFO
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-01-27 04:05 UTC by Amit Pansare
Modified: 2004-02-14 03:04 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Amit Pansare 2004-01-27 04:05:30 UTC
gdesklets were running fine before python was upgraded. I have ran python-upgrade script as well as tried re-emerging pygtk as well as gdesklets and other desklets.
Although the gdesklets still complain for newer version of pygtk

Reproducible: Always
Steps to Reproduce:
1.run gdesklets
2.
3.

Actual Results:  
aum ~ $ gdesklets 
You need a recent version of PyGTK to run this program.
Traceback (most recent call last):
  File "/usr/bin/gdesklets", line 4, in ?
    from main import HOME
  File "/usr/share/gdesklets/main/__init__.py", line 46, in ?
    import gnome.ui
ImportError: No module named gnome.ui


Expected Results:  
gdesklets should run normally without spewing out the errors above.

None.
Comment 1 SpanKY gentoo-dev 2004-01-27 06:20:47 UTC
i saw this once before and had the user run `qpkg -f /usr/lib/python2.2` and then re-emerge everything that showed up ...

that seemed to fix him
Comment 2 Alastair Tse (RETIRED) gentoo-dev 2004-01-27 06:36:48 UTC
thats supposed to be what /usr/sbin/python-updater does .. 
Comment 3 Alastair Tse (RETIRED) gentoo-dev 2004-02-14 03:04:54 UTC
no response?