the python shell window is already executing a command

Chris Angelico rosuav at gmail.com
Thu Sep 18 22:51:47 EDT 2014


On Fri, Sep 19, 2014 at 5:05 AM, Terry Reedy <tjreedy at udel.edu> wrote:
> A couple more questions; after you run the file once, is there a warning
> above the first >>> prompt?  If, after the program stop and you see a second
>>>> prompt and run
>>>> import sys; len(sys.modules), 'array' in sys.modules
> what is the result?

What's significant about the array module here? I'm a little puzzled.

ChrisA



More information about the Python-list mailing list