Bug 490553
| Summary: | gimp missing dependency on pygtk2 | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Ville Skyttä <ville.skytta> |
| Component: | gimp | Assignee: | Nils Philippsen <nphilipp> |
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | low | ||
| Version: | rawhide | CC: | nphilipp |
| Target Milestone: | --- | Keywords: | EasyFix |
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2009-03-17 09:17:34 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
I've fixed this in gimp-2.6.5-5 which is building for F-9, F-10 and Rawhide right now. gimp-2.6.5-5.fc10 has been submitted as an update for Fedora 10. http://admin.fedoraproject.org/updates/gimp-2.6.5-5.fc10 gimp-2.6.6-1.fc9 has been pushed to the Fedora 9 stable repository. If problems still persist, please make note of it in this bug report. gimp-2.6.6-1.fc10 has been pushed to the Fedora 10 stable repository. If problems still persist, please make note of it in this bug report. |
gimp-2.6.5-1.fc9.x86_64 appears to be missing a dependency on pygtk2, ditto current Rawhide's -4.fc11 based on looking at the specfile. Without pygtk2 installed: $ gimp Traceback (most recent call last): File "/usr/lib64/gimp/2.0/plug-ins/python-console.py", line 20, in <module> from gimpfu import * File "/usr/lib64/gimp/2.0/python/gimpfu.py", line 75, in <module> import gimp ImportError: could not import pygtk (gimp:15840): LibGimpBase-WARNING **: gimp: gimp_wire_read(): error Traceback (most recent call last): File "/usr/lib64/gimp/2.0/plug-ins/colorxhtml.py", line 25, in <module> import gimp ImportError: could not import pygtk (gimp:15840): LibGimpBase-WARNING **: gimp: gimp_wire_read(): error Traceback (most recent call last): File "/usr/lib64/gimp/2.0/plug-ins/py-slice.py", line 31, in <module> from gimpfu import * File "/usr/lib64/gimp/2.0/python/gimpfu.py", line 75, in <module> import gimp ImportError: could not import pygtk (gimp:15840): LibGimpBase-WARNING **: gimp: gimp_wire_read(): error Traceback (most recent call last): File "/usr/lib64/gimp/2.0/plug-ins/foggify.py", line 20, in <module> from gimpfu import * File "/usr/lib64/gimp/2.0/python/gimpfu.py", line 75, in <module> import gimp ImportError: could not import pygtk (gimp:15840): LibGimpBase-WARNING **: gimp: gimp_wire_read(): error Traceback (most recent call last): File "/usr/lib64/gimp/2.0/plug-ins/palette-sort.py", line 17, in <module> from gimpfu import * File "/usr/lib64/gimp/2.0/python/gimpfu.py", line 75, in <module> import gimp ImportError: could not import pygtk (gimp:15840): LibGimpBase-WARNING **: gimp: gimp_wire_read(): error Traceback (most recent call last): File "/usr/lib64/gimp/2.0/plug-ins/palette-offset.py", line 17, in <module> from gimpfu import * File "/usr/lib64/gimp/2.0/python/gimpfu.py", line 75, in <module> import gimp ImportError: could not import pygtk (gimp:15840): LibGimpBase-WARNING **: gimp: gimp_wire_read(): error Traceback (most recent call last): File "/usr/lib64/gimp/2.0/plug-ins/python-eval.py", line 20, in <module> from gimpfu import * File "/usr/lib64/gimp/2.0/python/gimpfu.py", line 75, in <module> import gimp ImportError: could not import pygtk (gimp:15840): LibGimpBase-WARNING **: gimp: gimp_wire_read(): error Traceback (most recent call last): File "/usr/lib64/gimp/2.0/plug-ins/palette-to-gradient.py", line 17, in <module> from gimpfu import * File "/usr/lib64/gimp/2.0/python/gimpfu.py", line 75, in <module> import gimp ImportError: could not import pygtk (gimp:15840): LibGimpBase-WARNING **: gimp: gimp_wire_read(): error