Bug 596571
| Summary: | Exaile won't start in F14 rawhide | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Gene Snider <genes1122> |
| Component: | exaile | Assignee: | Deji Akingunola <dakingun> |
| Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | low | ||
| Version: | rawhide | CC: | dakingun, dmaphy, walters |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2010-05-28 00:28:44 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: | |||
This is probably a duplicate of: https://bugzilla.redhat.com/show_bug.cgi?id=596392 Gene Yup, it was a dup. From repo : /pygobject2-2.21.1-9.fc14.x86_64 fixed the exaile startup issue. Gene *** This bug has been marked as a duplicate of bug 596392 *** |
Description of problem: The current version of Exaile from the rawhide repo won't run in rawhide. Version-Release number of selected component (if applicable): Installed Packages exaile.noarch 0.3.1.1-1.fc14 @rawhide How reproducible: Steps to Reproduce: 1.sudo yum install exaile 2.start exaile 3. Actual results: [gene@Mobile-PC ~]$ exaile /usr/lib64/python2.6/site-packages/gtk-2.0/gtk/__init__.py:40: RuntimeWarning: tp_compare didn't return -1 or -2 for exception from gtk import _gtk ImportError: No module named gi INFO : Loading Exaile 0.3.1.1... INFO : Loading settings... INFO : Setting up deferred idle manager function... INFO : Loading plugins... INFO : Loading collection... INFO : Loading devices... INFO : Loading interface... INFO : HAL Providers: [<cd.CDHandler object at 0x1878190>] INFO : Loading main window... INFO : Connecting main window events... /usr/lib/python2.6/site-packages/exaile/xlgui/main.py:1177: RuntimeWarning: tp_compare didn't return -1 or -2 for exception if settings.get_option(option, False) == False: Traceback (most recent call last): File "/usr/lib/python2.6/site-packages/exaile/xlgui/main.py", line 937, in on_playlist_notebook_switch self._on_setting_change(None, None, 'playback/shuffle') File "/usr/lib/python2.6/site-packages/exaile/xlgui/main.py", line 1177, in _on_setting_change if settings.get_option(option, False) == False: ImportError: No module named gi Traceback (most recent call last): File "/usr/lib/python2.6/site-packages/exaile/xlgui/main.py", line 937, in on_playlist_notebook_switch self._on_setting_change(None, None, 'playback/shuffle') File "/usr/lib/python2.6/site-packages/exaile/xlgui/main.py", line 1177, in _on_setting_change if settings.get_option(option, False) == False: ImportError: No module named gi Traceback (most recent call last): File "/usr/lib/python2.6/site-packages/exaile/xlgui/main.py", line 937, in on_playlist_notebook_switch self._on_setting_change(None, None, 'playback/shuffle') File "/usr/lib/python2.6/site-packages/exaile/xlgui/main.py", line 1177, in _on_setting_change if settings.get_option(option, False) == False: ImportError: No module named gi INFO : Loading panels... Traceback (most recent call last): File "/usr/lib/python2.6/site-packages/exaile/exaile.py", line 52, in <module> main() File "/usr/lib/python2.6/site-packages/exaile/exaile.py", line 49, in main exaile = main.Exaile() File "/usr/lib/python2.6/site-packages/exaile/xl/main.py", line 84, in __init__ self.__init() File "/usr/lib/python2.6/site-packages/exaile/xl/main.py", line 206, in __init self.gui = xlgui.Main(self) File "/usr/lib/python2.6/site-packages/exaile/xlgui/__init__.py", line 118, in __init__ self.add_panel(*self.panels[panel].get_panel()) File "/usr/lib/python2.6/site-packages/exaile/xlgui/__init__.py", line 385, in add_panel label = gtk.Label(name) TypeError: could not convert parameter 'str' of type 'gchararray' Expected results: Exaile should start normally. Additional info: