This has probably been asked before, and is really basic, but:
I'm using Windows 7. I have Idle for Python 2.4.4 and 3.1. I have some scripts residing in arbitrary locations on my file system. I'd like to import them and play around with their types. How can I do so?
In Ubuntu, on the command line, import scriptname
works if the directory I called python
from contains scriptname
. How would I import a script from somewhere else?