questions to anyone who uses wxPython

daftspaniel at gmail.com daftspaniel at gmail.com
Thu Jul 20 08:33:29 EDT 2006


damacy wrote:
> hello. i'm using wxPython as my GUI package and whenever my program
> executes a long process which takes at least 2 or 3 seconds, the user
> interface gets corrupted while executing the progrocess during the
> period.

Hi Darnacy,

I had the same issue and used wxProcess to run the long process (in
this case a file copy) in a seperate process to the GUI

See src zip at :
http://www.latedecember.com/sites/software/LDBackup/

Thanks,
Davy Mitchell




More information about the Python-list mailing list