Bug 583851 - twisted.python.hashlib.sha1 ImportError when installing python-twisted
Summary: twisted.python.hashlib.sha1 ImportError when installing python-twisted
Keywords:
Status: CLOSED DUPLICATE of bug 583304
Alias: None
Product: Fedora
Classification: Fedora
Component: python-twisted
Version: rawhide
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 23:55 UTC by Luke Macken
Modified: 2016-09-20 02:40 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2010-04-20 00:23:24 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Luke Macken 2010-04-19 23:55:24 UTC
Description of problem:

Running Transaction
  Installing     : python-twisted-core-8.2.0-4.fc13.x86_64                 1/26 
Traceback (most recent call last):
  File "/usr/libexec/twisted-dropin-cache", line 13, in <module>
    from twisted.plugin import IPlugin, getCache
  File "/usr/lib64/python2.6/site-packages/twisted/plugin.py", line 34, in <module>
    from twisted.python.modules import getModule
  File "/usr/lib64/python2.6/site-packages/twisted/python/modules.py", line 67, in <module>
    from twisted.python.filepath import FilePath, UnlistableError
  File "/usr/lib64/python2.6/site-packages/twisted/python/filepath.py", line 27, in <module>
    from twisted.python.hashlib import sha1
ImportError: No module named hashlib

Comment 1 Luke Macken 2010-04-20 00:23:24 UTC
Ah, apparently fixed in 8.2.0-5

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