online interpreter
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?
You can do it this way: sys.path.append("C:\Temp") Alejandro -- http://mail.python.org/mailman/listinfo/python-list