[issue8760] Python 2.6.5 fails to build on AIX 5.3

Orlando Irrazabal report at bugs.python.org
Fri May 21 00:14:37 CEST 2010


Orlando Irrazabal <oirraza at mendoza.gov.ar> added the comment:

I answer your questions

- yes, i have a file named /sw_install/python-2.6.5/Lib/site.py
- the output for the commands "import sys; print sys.path" is:
     ['', '/sw_install/python-2.6.5/lib/python26.zip', 
'/sw_install/python-2.6.5/lib/python2.6/', 
'/sw_install/python-2.6.5/lib/python2.6/plat-aix5', 
'/sw_install/python-2.6.5/lib/python2.6/lib-tk', 
'/sw_install/python-2.6.5/lib/python2.6/lib-old', 
'/sw_install/python-2.6.5/lib/python2.6/lib-dynload']
   , but my lib directory is named "Lib" not "lib".
   This problem may be because i haven't installed it yet?
- yes, the file "cStringsIO.so" exists in the directory 
/sw_install/python-2.6.5/build/lib.aix-5.3-2.6

thanks

/sw_install/python-2.6.5/Lib/site.py

El 20/05/2010 18:42, Amaury Forgeot d'Arc escribió:
> Amaury Forgeot d'Arc<amauryfa at gmail.com>  added the comment:
>
> no, the input is not the same, there is "ImportError: No module named site". I have tree more questions:
>
> - Do you have a file named: /sw_install/python-2.6.5/Lib/site.py
> - what it the output when you type "import sys; print sys.path"
> - is there a file named "cStringIO.so" somewhere in the build tree?
>
> ----------
>
> _______________________________________
> Python tracker<report at bugs.python.org>
> <http://bugs.python.org/issue8760>
> _______________________________________
>

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue8760>
_______________________________________


More information about the Python-bugs-list mailing list