In <b7680abc-4566-4aad-9426-9d8088189...@googlegroups.com> Matt 
<mattgrav...@gmail.com> writes:

> Sorry guys, I may have not been clear. The part I pasted does work, but
> I cannot figure out how to get that to print after the word "Loading". So
> it will instantly print "Loading", and then the "..........." will appear
> slowly

Have you tried:

    sys.stdout.write('Loading')
    sys.stdout.flush()

-- 
John Gordon                   A is for Amy, who fell down the stairs
gor...@panix.com              B is for Basil, assaulted by bears
                                -- Edward Gorey, "The Gashlycrumb Tinies"

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to