[Tutor] ProgressBar - Python and Powershell

Steven D'Aprano steve at pearwood.info
Sun Nov 20 16:15:48 CET 2011


Nikunj.Badjatya at emc.com wrote:
> Can anyone throw some light on this please. ! ?

This is a list for beginners learning Python. Your question is quite 
advanced for this list, as it involves both threads and subprocesses. It 
also uses a third-party module, progressbar, and a Windows-only 
application Powershell. You might get lucky and find somebody here that 
knows all of these technologies, but I think you're asking in the wrong 
place. Perhaps you should try in the main Python mailing list, 
python-list at python.org, also available on Usenet as comp.lang.python.

By the way, you say that your application is single-threaded, but then 
describe using threads. That means it isn't single-threaded at all.

Good luck.



-- 
Steven


More information about the Tutor mailing list