Re: [Tutor] ProgressBar - Python and Powershell

2011-11-20 Thread Nikunj.Badjatya
[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. ! ? T

Re: [Tutor] ProgressBar - Python and Powershell

2011-11-20 Thread Steven D'Aprano
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 applica

Re: [Tutor] ProgressBar - Python and Powershell

2011-11-20 Thread bodsda
-Original Message- From: Sender: tutor-bounces+bodsda=googlemail@python.org Date: Sun, 20 Nov 2011 08:00:43 To: ; Subject: Re: [Tutor] ProgressBar - Python and Powershell ___ Tutor maillist - Tutor@python.org To unsubscribe or change subscription

Re: [Tutor] ProgressBar - Python and Powershell

2011-11-20 Thread Nikunj.Badjatya
- Python and Powershell Hi All, I am using Python 2.7, windows Env. I have an Installer written in Python(45%) and Powershell(55%) which is used to install Virtual Machines at specific locations. It is single threaded. I am trying to implement a ProgressBar for this installer. So that the user

[Tutor] ProgressBar - Python and Powershell

2011-11-17 Thread Nikunj.Badjatya
Hi All, I am using Python 2.7, windows Env. I have an Installer written in Python(45%) and Powershell(55%) which is used to install Virtual Machines at specific locations. It is single threaded. I am trying to implement a ProgressBar for this installer. So that the user will come to know the p