Hi All, I added a directory to the end of my PYTHONPATH environment variable (running on Windoze XP). When print sys.path, the added directory is not at the end. Instead the Python installation directory is at the end. My understanding is that Python looks for files in PYTHONPATH order. How can I put something at the end and ensure it will truly be at the end? Thanks, Lance