From Bugzilla Helper: User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.6) Gecko/20050325 Firefox/1.0.2 Fedora/1.0.2-2 Description of problem: When I tried to run Pybliographer from menu or from command line, it simply refuses to work. Traceback (most recent call last): File "/usr/bin/pybliographer", line 151, in ? execfile (filename, user_global) File "/usr/share/pybliographer/pybrc.py", line 5, in ? from Pyblio.TextUI import * File "/usr/share/pybliographer/Pyblio/TextUI.py", line 28, in ? from Pyblio import Base, Help, Search, Types, Autoload, Fields File "/usr/share/pybliographer/Pyblio/Base.py", line 31, in ? from Pyblio import Config, Open, Utils, Key, Iterator, Selection, Autoload File "/usr/share/pybliographer/Pyblio/Open.py", line 25, in ? from Pyblio import Autoload, Fields, Help, Exceptions File "/usr/share/pybliographer/Pyblio/Fields.py", line 24, in ? import copy, os, re, recode, string, time, types, urlparse File "/usr/share/pybliographer/Pyblio/recode.py", line 22, in ? import _recode ImportError: No module named _recode $ rpm -q recode recode-3.6-16 Version-Release number of selected component (if applicable): pybliographer-1.2.6.2-1 How reproducible: Always Steps to Reproduce: 1. Go to panel 2. Try to launch Pybliographer 3. Application doesn't start. Additional info:
python-bibtex provides the _recode module. Probably we need a rebuild for python-bibtex due to a new python version in devel. (Re)build request is sent. Let's see after rebuild...
python-bibtex is rebuilt in devel now. pybliographer should work.
It works OK now. Thanks for the hack.