_hashlib portability issue

2007-06-26 Thread Olivier Feys
Hi all,

I build python 2.5 on linux-x86-64 (centos).
Why is lib-dynload/_hashlib.so dynamically linked with libssl.so.0.9.7 
and not with libssl.so that points on it (same thing for libcrypto.so)?
This causes problems when copying all the python distribution and 
running it on a different os, where the theses lib versions are not 
allways the same.
Is it possible to configure that ?

thanks,

Olivier

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


get objects referencing another one

2007-02-05 Thread Olivier Feys
I'm working on a tree and I have refcounting problems.
Is it possible from an object, to get the list of objects referencing it ?

thanks
-- 
http://mail.python.org/mailman/listinfo/python-list


Re: Repr or Str ?

2007-02-06 Thread Olivier Feys

str is a text representation of the object, you can see it as a nice print
repr is the text representation of the object that you can evaluate to 
get the same object

Johny wrote:
> Where and when is good/nescessary to use `repr`  instead of `str` ?
> Can you please explain the differences
> Thanks
> LL
>
>   

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