Bug 786440

Summary: [abrt] fedpkg-1.7-1.fc16: __init__.py:22:_init_externals:ImportError: 'gitdb' could not be found in your PYTHONPATH
Product: [Fedora] Fedora Reporter: cyrushmh <cyrusyzgtt>
Component: fedpkgAssignee: David Cantrell <dcantrell>
Status: CLOSED ERRATA QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 16CC: dcantrell
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Unspecified   
Whiteboard: abrt_hash:79675c9e47523f577526414126d46f328199b623
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2012-03-06 00:47:24 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description cyrushmh 2012-02-01 13:20:56 UTC
libreport version: 2.0.8
abrt_version:   2.0.7
cmdline:        /usr/bin/python /usr/bin/fedpkg clone firefox
comment:        want to clone firefox
executable:     /usr/bin/fedpkg
kernel:         3.2.2-1.fc16.x86_64
reason:         __init__.py:22:_init_externals:ImportError: 'gitdb' could not be found in your PYTHONPATH
time:           2012年02月01日 星期三 21时16分30秒
uid:            1000

backtrace:
:__init__.py:22:_init_externals:ImportError: 'gitdb' could not be found in your PYTHONPATH
:
:Traceback (most recent call last):
:  File "/usr/bin/fedpkg", line 13, in <module>
:    import pyrpkg.fedpkg
:  File "/usr/lib/python2.7/site-packages/pyrpkg/__init__.py", line 26, in <module>
:    import git
:  File "/usr/lib/python2.7/site-packages/git/__init__.py", line 28, in <module>
:    _init_externals()
:  File "/usr/lib/python2.7/site-packages/git/__init__.py", line 22, in _init_externals
:    raise ImportError("'gitdb' could not be found in your PYTHONPATH")
:ImportError: 'gitdb' could not be found in your PYTHONPATH
:
:Local variables in innermost frame:

Comment 1 Jesse Keating 2012-02-01 16:16:02 UTC
I believe you need python-smmap installed.  There was a missing dep in the pile that didn't get expressed yet.  Can you install that and try again?

Comment 2 cyrushmh 2012-02-02 03:48:02 UTC
(In reply to comment #1)
> I believe you need python-smmap installed.  There was a missing dep in the pile
> that didn't get expressed yet.  Can you install that and try again?

I was installed 
python-smmap-0.8.1-3.fc16.noarch

Comment 3 Jesse Keating 2012-02-02 07:07:38 UTC
So then things are working now for you?

Comment 4 cyrushmh 2012-02-03 03:03:22 UTC
(In reply to comment #3)
> So then things are working now for you?

NO, I thing so info ,I never tell you,
My fedora ,upgrade from f14>f15>f16,, maybe upgrade get some mistake..

Comment 5 Jesse Keating 2012-03-06 00:47:24 UTC
I believe this is all fixed.  python-smmap has been added to the dependency chain.