[Tutor] executing automatically a command in a PyShell

Jacob S. keridee at jayco.net
Wed Nov 10 03:48:43 CET 2004


Sorry, this does not answer your question.

However, I will warn you that if you try to from __future__ import *
in the python interpreter, it will give you this traceback.

    File "<stdin>", line 1
SyntaxError: future statement does not support import *

HTH,
Jacob Schmidt




More information about the Tutor mailing list