Re: rare error with python at execution

2006-07-14 Thread Steve Holden
Fredrik Lundh wrote: > Luis Morales wrote: > > >>But now I get this error everytime I run a script and I have no idea. It can >>be a simple print 'hello' that it wont work >> >>This is the error I get >> >>'import site' failed; use -v for traceback >> >>Traceback (most recent call last): >> >> Fi

Re: rare error with python at execution

2006-07-06 Thread Fredrik Lundh
Luis Morales wrote: > But now I get this error everytime I run a script and I have no idea. It can > be a simple print 'hello' that it wont work > > This is the error I get > > 'import site' failed; use -v for traceback > > Traceback (most recent call last): > > File "D:\Archivos de programa\Acti

rare error with python at execution

2006-07-06 Thread Luis Morales
I was trying the win32api to gather some system information.   But now I get this error everytime I run a script and I have no idea. It can be a simple print ‘hello’ that it wont work   This is the error I get   'import site' failed; use -v for traceback Traceback (most recent call l