Just read the Python tutorial looking for the answer to this question What is the difference between (from sys import *) and (import sys). I am aware that the last imported module's functions overwrite any identically named functions of previous modules. Thanks, Michael