Bug 152390

Summary: Pybliographer crashs on start
Product: [Fedora] Fedora Reporter: Zuirdj <zuirdj>
Component: pybliographerAssignee: Zoltan Kota <zoltank>
Status: CLOSED CURRENTRELEASE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: medium    
Version: rawhide   
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2005-04-05 11:15: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:

Description Zuirdj 2005-03-29 05:52:05 UTC
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:

Comment 1 Zoltan Kota 2005-03-29 21:28:29 UTC
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...


Comment 2 Zoltan Kota 2005-04-05 11:15:20 UTC
python-bibtex is rebuilt in devel now. pybliographer should work.

Comment 3 Zuirdj 2005-04-05 17:13:39 UTC
It works OK now. Thanks for the hack.