This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author oirraza
Recipients amaury.forgeotdarc, oirraza, pitrou, theller
Date 2010-05-20.22:14:35
SpamBayes Score 4.7724177e-05
Marked as misclassified No
Message-id <4BF5B42E.4000306@mendoza.gov.ar>
In-reply-to <1274391728.74.0.127471207673.issue8760@psf.upfronthosting.co.za>
Content
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@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@bugs.python.org>
> <http://bugs.python.org/issue8760>
> _______________________________________
>
History
Date User Action Args
2010-05-20 22:14:37oirrazasetrecipients: + oirraza, theller, amaury.forgeotdarc, pitrou
2010-05-20 22:14:36oirrazalinkissue8760 messages
2010-05-20 22:14:35oirrazacreate