Bug 532262
| Summary: | [abrt] gtk import error | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Mario Chacon <the.masch> | ||||
| Component: | system-config-printer | Assignee: | Tim Waugh <twaugh> | ||||
| Status: | CLOSED NOTABUG | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | medium | Docs Contact: | |||||
| Priority: | low | ||||||
| Version: | rawhide | CC: | aaltmann, adam, admin, afeinberg, bugs.michael, ermival, fedora, jbwillia, jcmj, john.r.davis.jr, jon.turney, jpopelka, kendale, khundaray, michael, mikes, mishu, net.subscription, nolde50, r_brakchi, robertmhaas, sysoutfran, twaugh, ulrich.hobelmann, vikram.anumukonda, vwfoxguru | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | i686 | ||||||
| OS: | Linux | ||||||
| Whiteboard: | abrt_hash:b28c0171 | ||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2009-11-01 12:25:20 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: | |||||||
| Attachments: |
|
||||||
|
Description
Mario Chacon
2009-10-31 22:22:05 UTC
Created attachment 366983 [details]
File: backtrace
The problem is that pygtk2 is not installed. However, system-config-printer requires 'pygtk2 >= 2.4.0', so your installation has broken dependencies. Was this with a fresh installation or an upgrade? What does 'rpm -q pygtk2' say? What about 'rpm -V pygtk2'? Upgrade from F11 # rpm -q pygtk2 pygtk2-2.16.0-1.fc12.i686 rpm -V returned nothing. What does this say?: python -c 'import gtk' python -c 'import gtk' returned nothing And are you still seeing the original problem? This same crash showed up in my "Automatic Bug Reporting Tool". It's a fresh install of FC12, so if my installation is broken, uh, it's not my fault? Probably? Well, what does 'python -c import gtk' say for you? [rhaas@rhaas ~]$ python -c import gtk
File "<string>", line 1
import
^
SyntaxError: invalid syntax
[rhaas@rhaas ~]$ python -c 'import gtk'
[rhaas@rhaas ~]$
And are you still seeing the problem? Does it recur? No, to my knowledge it only happened the one time. I don't actually remember it occurring; I just saw the report in the automatic bug reporting tool. I'm getting this now in F14 with abrt, brought me here.
pygtk2-2.17.0-6.fc14.i686
~$ python -c import gtk
File "<string>", line 1
import
^
SyntaxError: invalid syntax
Fresh upgrade, from Fresh F13 LiveISO (XFCE)
Happens on reboot twice now, will check the F14.x64 and Rawhide shortly
I think there are some pygtk2 problems in rawhide at the moment. (In reply to comment #14) > I think there are some pygtk2 problems in rawhide at the moment. This is F14-Branched I reported against. Basically I have no printers. Yes, F-14 (bug #618944). Can you update to pygtk2-2.17.0-7.fc14 and try it (python -c 'import gtk') again ? No joy. updated pygtk from supplied link, did python -c 'import gtk' similar crash still happens alert also: https://bugzilla.redhat.com/show_bug.cgi?id=620151 I was about to submit a crash in system-config-printer, but ABRT said it would be a dupe of this. Hard to believe, because the details are different. Failure to import pynotify. Hence I filed bug 620544 manually. |