| Summary: | gdesklets fails on pygtk after upgrading to python-2.3 | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Amit Pansare <amittp> |
| Component: | New packages | Assignee: | Python Gentoo Team <python> |
| Status: | RESOLVED NEEDINFO | ||
| Severity: | normal | CC: | obz |
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
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 thats supposed to be what /usr/sbin/python-updater does .. no response? |
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.