Bug 583618 - /usr/libexec/twisted-dropin-cache ImportError: No module named hashlib
Summary: /usr/libexec/twisted-dropin-cache ImportError: No module named hashlib
Keywords:
Status: CLOSED DUPLICATE of bug 583304
Alias: None
Product: Fedora
Classification: Fedora
Component: python-twisted
Version: 12
Hardware: All
OS: Linux
low
medium
Target Milestone: ---
Assignee: Thomas Vander Stichele
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2010-04-19 08:54 UTC by Mads Kiilerich
Modified: 2010-04-19 13:14 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2010-04-19 13:14:35 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

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 ***


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