Hi, I have a problem with python 2.5 on my intel OSX 10.4.10 macport 1.5 When trying to import md5 I receive an error message saying that _md5 does not exist. Could somebody help? Regards, David
On Aug 2, 2007, at 10:03 AM, David Tremouilles wrote:
I have a problem with python 2.5 on my intel OSX 10.4.10 macport 1.5
When trying to import md5 I receive an error message saying that _md5 does not exist.
Could somebody help?
Install the py25-crypto port. -- Daniel J. Luke +========================================================+ | *---------------- dluke@geeklair.net ----------------* | | *-------------- http://www.geeklair.net -------------* | +========================================================+ | Opinions expressed are mine and do not necessarily | | reflect the opinions of my employer. | +========================================================+
Hi, On Thu, Aug 02, 2007 at 04:03:27PM +0200, David Tremouilles wrote:
I have a problem with python 2.5 on my intel OSX 10.4.10 macport 1.5
When trying to import md5 I receive an error message saying that _md5 does not exist.
you need to install the py25-hashlib port. Regards Christoph -- FH Worms - University of Applied Sciences Fachbereich Informatik / Telekommunikation Erenburgerstr. 19, 67549 Worms, Germany
OK thanks ! Problem solved! installing py25-haslib solved the problem (py25-crypto does not help) David 2007/8/2, Daniel J. Luke <dluke@geeklair.net>:
On Aug 2, 2007, at 10:03 AM, David Tremouilles wrote:
I have a problem with python 2.5 on my intel OSX 10.4.10 macport 1.5
When trying to import md5 I receive an error message saying that _md5 does not exist.
Could somebody help?
Install the py25-crypto port. -- Daniel J. Luke +========================================================+ | *---------------- dluke@geeklair.net ----------------* | | *-------------- http://www.geeklair.net -------------* | +========================================================+ | Opinions expressed are mine and do not necessarily | | reflect the opinions of my employer. | +========================================================+
participants (3)
-
Christoph Ludwig
-
Daniel J. Luke
-
David Tremouilles