I've been doing some work with Python, and I believe my sys.path has "lost" entries. Specifically, I can import no libraries whatsoever (it works if I place them in the folder with the program, but placing it within Python's library directory doesn't work).
Presumably, it has forgotten what folders to look in, and I would like to know how to set sys.path back to it's default values.
Edit: Win7, 32-bit. Yes, I've tried reinstalling (and repairing) Python.