problem with mod_python

Pradnyesh Sawant spradml at gmail.com
Sun Feb 17 06:28:54 EST 2008


On 02:07, 17Feb2008, Graham Dumpleton wrote:
> On Feb 17, 3:29 pm, Pradnyesh Sawant  wrote:
> > Hello,
> 
> Your mod_python isn't compiled against Python 2.5 but is using an
> older version. You will need to rebuild mod_python to use Python 2.5
> instead. You cannot just point mod_python at the Python 2.5 module
> directories as they are incompatible.

Thanks a lot! You were correct in pointing out the problem. I've found out
that hashlib is present in python2.5, and not in python2.4. I've decided to
go with python2.4, for the present, and use 'md5' instead of 'hashlib.md5'.
thanks again!

> 
> Graham
> 
> -- 
> http://mail.python.org/mailman/listinfo/python-list

-- 
warm regards,
Pradnyesh Sawant
--
We are not just our behaviour. We are the person managing our behaviour.
--The One Minute Manager
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 196 bytes
Desc: Digital signature
URL: <http://mail.python.org/pipermail/python-list/attachments/20080217/db652087/attachment-0001.sig>


More information about the Python-list mailing list