[Tutor] ProgressBar - Python and Powershell
Nikunj.Badjatya at emc.com
Nikunj.Badjatya at emc.com
Sun Nov 20 18:56:08 CET 2011
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.com at python.org [mailto:tutor-bounces+nikunj.badjatya=emc.com at python.org] On Behalf Of Steven D'Aprano
Sent: Sunday, November 20, 2011 8:46 PM
To: tutor at python.org
Subject: Re: [Tutor] ProgressBar - Python and Powershell
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
_______________________________________________
Tutor maillist - Tutor at python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor
More information about the Tutor
mailing list