In article <[email protected]>, Ned Deily <[email protected]> wrote: > execfile() no long exists in Python 3 so chances are you are trying to > run a Python 3 program with Python 2. Try running the script explicitly > under Python 2:
Er, "trying to run a Python 2 program with Python 3", of course. -- Ned Deily, [email protected] -- https://mail.python.org/mailman/listinfo/python-list
