Re: [Tutor] Progress Bar

2011-11-08 Thread Alan Gauld
On 08/11/11 15:42, Nikunj Badjatya wrote: I am writing an installer in Python and Powershell which will be used to install Virtual Machines at specific locations. I see you got a reply from Rance. But since this list is for folks learning the python language you would be more likely to get r

Re: [Tutor] Progress Bar

2011-11-08 Thread Rance Hall
On Tue, Nov 8, 2011 at 9:42 AM, Nikunj Badjatya wrote: > Hi All, > I am writing an installer in Python and Powershell which will be used to > install Virtual Machines at specific locations. > The main script is in Python and main.py inturn calls Powershell scripts > (.PS1). > It is complete consol

[Tutor] Progress Bar

2011-11-08 Thread Nikunj Badjatya
Hi All, I am writing an installer in Python and Powershell which will be used to install Virtual Machines at specific locations. The main script is in Python and main.py inturn calls Powershell scripts (.PS1). It is complete console based and no gui. I am using Python 2.7 I was thinking to have