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 wrote: > On 2009-10-29 11:28 AM, Sean DiZazzo wrote: >> On Oct 29, 8:49 am, 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/

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 a

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 ch

Re: ImportError: No module named _md5 - Please help

2009-10-29 Thread Robert Kern
On 2009-10-29 11:28 AM, Sean DiZazzo wrote: On Oct 29, 8:49 am, 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

Re: ImportError: No module named _md5 - Please help

2009-10-29 Thread wadi wadi
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 using a linux machine and they

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' o

Re: ImportError: No module named _md5 - Please help

2009-10-29 Thread Sean DiZazzo
On Oct 29, 8:49 am, 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? > > On 10/2

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

Re: ImportError: No module named _md5 - please help

2009-10-29 Thread Falcolas
On Oct 29, 9:13 am, user7304 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 py25-hashlib'

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 wrote: > Hi, > > please don't

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 shoul

Re: ImportError: No module named _md5

2008-07-01 Thread Robert Kern
[EMAIL PROTECTED] wrote: Hello, Does anyone know how to fix this error when trying to build MySQL- python-1.2.2: python setup.py build Traceback (most recent call last): File "setup.py", line 5, in import ez_setup; ez_setup.use_setuptools() File "/Users/jasonnerida/Downloads/MySQL-pyth