Lines Matching full:path
322 the path to the Windows Doc directory (relative to python.exe).
324 Windows use a hard coded path relative to the location of this
613 Find the help.txt file relative to __file__ or ".", not in sys.path.
628 same directory as __file__, rather than searching for it along sys.path.
1069 sys.path is absolutized, and all relevant paths are inserted into it.
1156 * PathBrowser.py: Don't crash when sys.path contains an empty string.
1172 * PathBrowser.py: "Path browser" - 4 scrolled lists displaying:
1173 directories on sys.path
1233 * PyShell.py: Add current dir or paths of file args to sys.path.
1405 Fix the class browser to work even when the file is not on sys.path.