<div><br></div><div>Python can't find site.py. It's either missing when you installed python, it was deleted, or it's located in another directory. Run  >>> find / -iname 'site.py' , sudo if needed, and add the location of site.py in your python search path.  </div>
<div><br></div><div>The python online docs has a good documentation on python search path: </div><div><br></div><div><a href="http://docs.python.org/install/index.html#search-path">http://docs.python.org/install/index.html#search-path</a></div>
<div><br></div><div><br><div class="gmail_quote">On Wed, Jun 6, 2012 at 6:25 AM, Tom King <span dir="ltr"><<a href="mailto:king.tom44@yahoo.com" target="_blank">king.tom44@yahoo.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div><div style="font-size:12pt;font-family:times new roman,new york,times,serif"><div>hi im new in python and i have a problem about <br></div><div>when i type python in my command line console i get an error message </div>
<div><br></div><div><br></div>'import site' failed; use -v for traceback<br>Python 2.4.3 (#1, May  5 2011, 18:44:23) <br>[GCC 4.1.2 20080704 (Red Hat 4.1.2-50)] on linux2<br>Type "help", "copyright", "credits" or "license" for more information.<br>
>>> <br><br><div>what is going on and how i can fix it</div><div>thanks in andvance<br></div><div><br></div></div></div><br>--<br>
<a href="http://mail.python.org/mailman/listinfo/python-list" target="_blank">http://mail.python.org/mailman/listinfo/python-list</a><br>
<br></blockquote></div><br></div>