Bug 495650 - python-bugzilla-0.5.1-1 fails to run
Summary: python-bugzilla-0.5.1-1 fails to run
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: python-bugzilla
Version: 10
Hardware: All
OS: Linux
low
urgent
Target Milestone: ---
Assignee: Will Woods
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2009-04-14 09:13 UTC by Kevin Verma
Modified: 2009-04-14 15:49 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2009-04-14 15:49:02 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Kevin Verma 2009-04-14 09:13:48 UTC
Description of problem:

bugzilla cmd fails to import module bugzilla.util , hence this refreshed rpm of python-bugzilla can't be tested further. 

<snip>
$ bugzilla
Traceback (most recent call last):
  File "/usr/bin/bugzilla", line 17, in <module>
    import bugzilla.util
ImportError: No module named util
</snip>

Version-Release number of selected component (if applicable):

python-bugzilla-0.5.1-1-f10

Comment 1 Kevin Verma 2009-04-14 09:57:46 UTC
However it worked when I cloned the git tree and installed using setup.py

python setup.py build
pyhton setup.py install

Comment 2 Will Woods 2009-04-14 15:49:02 UTC
Should work with python-bugzilla-0.5.1-2. The tarball was missing util.py somehow.


Note You need to log in before you can comment on or make changes to this bug.