> I set PYTHONPATH to /home/me/bin in bash.bashrc, however the IDLE path > browser is not recognizing this. Not sure why. > > Grateful for any insight.
The file "bash.bashrc" has no relevance. If you meant to set the variable every time you start bash, put it into ".bashrc", in your home directory. If that still doesn't work, type "env" before starting idle, and inspect its output. Regards, Martin -- http://mail.python.org/mailman/listinfo/python-list