You don't set PYTHONPATH, you add entries to sys.path. It's a list of directories that should be searched for Python packages, ...
確定! 回上一頁