JohnM wrote: > How does one make changes to PYTHONPATH permanent? The Right Way To Do It is to create a file <anything>.pth somewhere on your existing python path and put the directories you want added to the path in there (one line per directory). - Gordon