Simple question: how to tell IDLE where to look for a module?

Matt Gerrans matt_gerrans at hp.com
Thu Aug 8 14:15:04 EDT 2002


Or from inside IDLE, simply this:

>>> import sys
>>> sys.path.append(r'd:/myprogram')






More information about the Python-list mailing list