<div dir="ltr">Well, I tried to run Python with -v option. It seems that python26.zip is partially loaded but can't be used, 
because zlib is "unavailable".<br><br>nima@nima-desktop:~/py$ ./bin/<b>python -v</b><br>Could not find platform independent libraries <prefix><br>Could not find platform dependent libraries <exec_prefix><br>
Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>]<br># installing zipimport hook<br>import zipimport # builtin<br># installed zipimport hook<br><b># zipimport: found 2509 names in /home/nima/py/lib/python26.zip</b><br>
# zipimport: <b>zlib UNAVAILABLE</b><br>'import site' failed; traceback:<br><b>zipimport.ZipImportError: can't decompress data; zlib not available<br># zipimport: zlib UNAVAILABLE</b><br>Python 2.6.5 (r265:79063, May 17 2010, 18:36:54) <br>
[GCC 4.4.3] on linux2<br>Type "help", "copyright", "credits" or "license" for more information.<br>>>> import sys<br>>>> sys.path<br>['', '/home/nima/py/lib/python26.zip', '/home/nima/py/lib/python2.6/', '/home/nima/py/lib/python2.6/plat-linux2', '/home/nima/py/lib/python2.6/lib-tk', '/home/nima/py/lib/python2.6/lib-old', '/home/nima/py/lib/lib-dynload']<br>
<br clear="all"><br>-- <br><i>Yours sincerely,<br>Nima Mohammadi</i><br>
</div>