PS. sticking in a "print __name__" gives me: "__builtin__" ( Why none of the if __name__ == '__main__' lines worked. ) A few other thinks weren't working for me. import os print os.getcwd() gives "/" -- not the directory of either the App or any of the scripts. I'm guessing some of the other problems are due to relative paths being wrong. -- Steve