Bug 583618

Summary: /usr/libexec/twisted-dropin-cache ImportError: No module named hashlib
Product: [Fedora] Fedora Reporter: Mads Kiilerich <mads>
Component: python-twistedAssignee: Thomas Vander Stichele <thomas>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: low    
Version: 12CC: thomas
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: 2010-04-19 13:14:35 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 Mads Kiilerich 2010-04-19 08:54:19 UTC
Description of problem:

  Updating       : python-twisted-core-8.2.0-4.fc12.i686            39/84 
Traceback (most recent call last):
  File "/usr/libexec/twisted-dropin-cache", line 13, in <module>
    from twisted.plugin import IPlugin, getCache
  File "/usr/lib/python2.6/site-packages/twisted/plugin.py", line 34, in <module>
    from twisted.python.modules import getModule
  File "/usr/lib/python2.6/site-packages/twisted/python/modules.py", line 67, in <module>
    from twisted.python.filepath import FilePath, UnlistableError
  File "/usr/lib/python2.6/site-packages/twisted/python/filepath.py", line 27, in <module>
    from twisted.python.hashlib import sha1
ImportError: No module named hashlib

- caused by running /usr/libexec/twisted-dropin-cache in %post which fails this way.


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

python-twisted-core-8.2.0-4.fc12.i686
python-twisted-8.2.0-3.fc12.noarch
python-twisted-conch-8.2.0-3.fc12.i686
python-twisted-names-8.2.0-3.fc12.i686
python-twisted-web-8.2.0-3.fc12.i686
python-twisted-words-8.2.0-3.fc12.i686
python-twisted-lore-8.2.0-3.fc12.i686
python-twisted-runner-8.2.0-3.fc12.i686
python-twisted-mail-8.2.0-3.fc12.i686
python-twisted-news-8.2.0-3.fc12.i686

Comment 1 Mads Kiilerich 2010-04-19 13:14:35 UTC
I filed on the wrong component and thus didn't notice it was a duplicate.

*** This bug has been marked as a duplicate of bug 583304 ***