Re: getting started, .py file
Thanks everyone. That's exactly what I was looking for, but I still can't seem to make it work. I've got the interpreter starting in "C:\Program Files\Python2.4", and my code is in "C:\Documents and Settings\Ingrid\My Documents". So, I did: import os o
Re: getting started, .py file
I found it! I needed to set sys.path ("sys.path.append("c:\\documents and settings\\my documents\\ingrid")") Ingrid -- http://mail.python.org/mailman/listinfo/python-list