Python路径搜索
PYTHON 路径搜索
15.3 How Imports Work
The module search path:
1> The home directory of the top-level file.
2> PYTHONPATH directories (if set).
3> Standard library directories.
4> The contents of any .pth files (if present).
—From <<Learning Python, 2E.chm>> 15.3 How Imports Work
也可以使用sys.path.append()来手动添加路径
–The End–
Continue reading » · Rating: · Written on: 02-20-09 · No Comments »