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/
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
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
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
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
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
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
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
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'
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
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
[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
12 matches
Mail list logo