[MacPorts] #14527: python25: hashlib module broken
#14527: python25: hashlib module broken -----------------------------------+---------------------------------------- Reporter: reiffert@macports.org | Owner: mww@macports.org Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.6.0 Keywords: python25 hashlib | -----------------------------------+---------------------------------------- g4:~ thomas$ python2.5 Python 2.5.2 (r252:60911, Feb 29 2008, 16:18:01) [GCC 4.0.1 (Apple Computer, Inc. build 5370)] on darwin Type "help", "copyright", "credits" or "license" for more information.
import hashlib Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/opt/local/lib/python2.5/hashlib.py", line 133, in <module> md5 = __get_builtin_constructor('md5') File "/opt/local/lib/python2.5/hashlib.py", line 60, in __get_builtin_constructor import _md5 ImportError: No module named _md5
We need this to work out for python30-doc as the Docs get build by python25 and import urllib2. -- Ticket URL: <http://trac.macosforge.org/projects/macports/ticket/14527> MacPorts </projects/macports> Ports system for Mac OS
#14527: python25: hashlib module broken ------------------------------------+--------------------------------------- Reporter: reiffert@macports.org | Owner: mww@macports.org Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.6.0 Resolution: | Keywords: python25 hashlib ------------------------------------+--------------------------------------- Comment (by reiffert@macports.org): Have a look into the attached file "error.txt" as pasting the error message on trac make it look somewhat strange. -- Ticket URL: <http://trac.macosforge.org/projects/macports/ticket/14527#comment:1> MacPorts </projects/macports> Ports system for Mac OS
#14527: python25: hashlib module broken ------------------------------------+--------------------------------------- Reporter: reiffert@macports.org | Owner: mww@macports.org Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.6.0 Resolution: | Keywords: python25 hashlib ------------------------------------+--------------------------------------- Comment (by reiffert@macports.org): grep disabled_modu setup.py disabled_module_list = ["zlib","_hashlib","_ssl","_bsddb","_sqlite3","_tkinter","bz2","gdbm","readline","_curses","_curses_panel"] It looks like this is causing the trouble. -- Ticket URL: <http://trac.macosforge.org/projects/macports/ticket/14527#comment:2> MacPorts </projects/macports> Ports system for Mac OS
#14527: python25: hashlib module broken ------------------------------------+--------------------------------------- Reporter: reiffert@macports.org | Owner: mww@macports.org Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: 1.6.0 Resolution: fixed | Keywords: python25 hashlib ------------------------------------+--------------------------------------- Changes (by reiffert@macports.org): * status: new => closed * resolution: => fixed Comment: Just found .. http://trac.macports.org/projects/macports/ticket/14342 Installing py25-hashlib fixes my needs. Sigh. -- Ticket URL: <http://trac.macosforge.org/projects/macports/ticket/14527#comment:3> MacPorts </projects/macports> Ports system for Mac OS
#14527: python25: hashlib module broken ------------------------------------+--------------------------------------- Reporter: reiffert@macports.org | Owner: mww@macports.org Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: 1.6.0 Resolution: fixed | Keywords: python25 hashlib ------------------------------------+--------------------------------------- Comment (by raimue@macports.org): It is also covered in the FAQ, http://trac.macosforge.org/projects/macports/wiki/FAQ#WhycantIimportfooinPyt... -- Ticket URL: <http://trac.macosforge.org/projects/macports/ticket/14527#comment:4> MacPorts </projects/macports> Ports system for Mac OS
participants (1)
-
MacPorts