Bug 495650

Summary: python-bugzilla-0.5.1-1 fails to run
Product: [Fedora] Fedora Reporter: Kevin Verma <kevinverma>
Component: python-bugzillaAssignee: Will Woods <wwoods>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: urgent Docs Contact:
Priority: low    
Version: 10CC: wwoods
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2009-04-14 15:49:02 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 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.