Tkinter polling example: file copy with progress bar

baloan baloand at googlemail.com
Tue Dec 14 10:35:45 EST 2010


Unfortunately you use command('cp...') to copy the file instead of
Pythons portable library methods. This choice
effectively makes your program work on Unix only (not Windows).

See http://modcopy.sourceforge.net for a more portable version.

Regards,
baloan at gmail.com



More information about the Python-list mailing list