Thanks for the reply Steve.
I mean, the installer as a sole is single threaded.
They way to implement progressbar may turn it to multithreaded.

Anyways, I have posted the problem in pyhton-list ml.

Thanks
Nikunj

-----Original Message-----
From: tutor-bounces+nikunj.badjatya=emc....@python.org 
[mailto:tutor-bounces+nikunj.badjatya=emc....@python.org] On Behalf Of Steven 
D'Aprano
Sent: Sunday, November 20, 2011 8:46 PM
To: tutor@python.org
Subject: Re: [Tutor] ProgressBar - Python and Powershell

nikunj.badja...@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-l...@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
_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor

_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor

Reply via email to