online interpreter

2005-08-17 Thread apa
Hello!
Does anyone knows an online python interpreter?.
A time ago a found one, but lost the url and cannot find it back
anymore.

Thanks in advance
Alejandro

-- 
http://mail.python.org/mailman/listinfo/python-list


Re: how do i add a new path into sys.path?

2005-08-18 Thread apa
You can do it this way:

sys.path.append("C:\Temp")

Alejandro

-- 
http://mail.python.org/mailman/listinfo/python-list