Re: ImportError: No module named _md5 - Please help

2009-10-30 Thread wadi wadi
Thanks Robert for defending me :) On 10/29/09, Robert Kern robert.k...@gmail.com wrote: On 2009-10-29 11:28 AM, Sean DiZazzo wrote: On Oct 29, 8:49 am, wadi wadiwadie...@gmail.com wrote: I can't alter the import statement as the error log is pointing to one of the installed python files

ImportError: No module named _md5 - please help

2009-10-29 Thread user7304
Hi, I am trying to run a python script and got this error. import _md5 ImportError: No module named _md5 Googling the problem suggested that I install the 'py25-hashlib'. the following does not work for me 'sudo port install py25-hashlib' , trying to install MacPorts raised many problems. My

ImportError: No module named _md5 - Please help

2009-10-29 Thread wadi wadi
Hi, I am trying to run a python script and got this error. import _md5 ImportError: No module named _md5 Googling the problem suggested that I install the 'py25-hashlib'. the following does not work for me 'sudo port install py25-hashlib' , trying to install MacPorts raised many problems. My

Re: ImportError: No module named _md5 - Please help

2009-10-29 Thread Diez B. Roggisch
Hi, please don't post this to comp.lang.python *and* the python mailinglist. Both are synchronized, so your post shows up twice on both. I am trying to run a python script and got this error. import _md5 ImportError: No module named _md5 I've never seen this import. Normally, it should be

Re: ImportError: No module named _md5 - Please help

2009-10-29 Thread wadi wadi
I can't alter the import statement as the error log is pointing to one of the installed python files 'hashlib.py' /python/2.6.2/lib/python2.6/hashlib.py and I don't have the right permissions to alter the python installation. Any idea? On 10/29/09, Diez B. Roggisch de...@nospam.web.de wrote:

Re: ImportError: No module named _md5 - please help

2009-10-29 Thread Falcolas
On Oct 29, 9:13 am, user7304 wadie...@gmail.com wrote: Hi, I am trying to run a python script and got this error. import _md5 ImportError: No module named _md5 Googling the problem suggested that I install the 'py25-hashlib'. the following does not work for me 'sudo port install

Re: ImportError: No module named _md5 - Please help

2009-10-29 Thread Diez B. Roggisch
wadi wadi wrote: I can't alter the import statement as the error log is pointing to one of the installed python files 'hashlib.py' /python/2.6.2/lib/python2.6/hashlib.py and I don't have the right permissions to alter the python installation. Any idea? Which is something different from

Re: ImportError: No module named _md5 - Please help

2009-10-29 Thread Sean DiZazzo
On Oct 29, 8:49 am, wadi wadi wadie...@gmail.com wrote: I can't alter the import statement as the error log is pointing to one of the installed python files 'hashlib.py' /python/2.6.2/lib/python2.6/hashlib.py and I don't have the right permissions to alter the python installation. Any idea?

Re: ImportError: No module named _md5 - please help

2009-10-29 Thread wadi wadi
Hi Garrick, My python script depends on another framework that is implemented in python. The error is originating from the framework code note my script and I cannot change the framework. Also, it works on other machines. So my guess is that I have no choice I need to install the 'py25-hashlib'

Re: ImportError: No module named _md5 - please help

2009-10-29 Thread Robert Kern
On 2009-10-29 11:39 AM, wadi wadi wrote: Hi Garrick, My python script depends on another framework that is implemented in python. The error is originating from the framework code note my script and I cannot change the framework. Also, it works on other machines. So my guess is that I have no

Re: ImportError: No module named _md5 - Please help

2009-10-29 Thread Diez B. Roggisch
wadi wadi wrote: Sorry for the confusion. In summary I have the same issue shown here with its solution. It seems to be a common problem. http://recurser.com/articles/2009/06/06/python-25-importerror-no-module-named-_md5-on-os-x/ However, their solution does not work with me as I am