Re: [Tutor] Calling Python Functions from Powershell scripts

2011-10-05 Thread Christian Witts
On 2011/10/05 09:32 AM, Nikunj Badjatya wrote: Howdy All, To give an overview of the problem, I have an installer. It is used to install virtual machines at specific location. The installer is written in Powershell and Python. The topmost script is in Python ( install.py ) which internally ca

Re: [Tutor] Calling Python Functions from Powershell scripts

2011-10-05 Thread bodsda
python.org Date: Wed, 5 Oct 2011 13:02:23 To: tutor Subject: [Tutor] Calling Python Functions from Powershell scripts ___ Tutor maillist - Tutor@python.org To unsubscribe or change subscription options: http://mail.python.org/ma

[Tutor] Calling Python Functions from Powershell scripts

2011-10-05 Thread Nikunj Badjatya
Howdy All, To give an overview of the problem, I have an installer. It is used to install virtual machines at specific location. The installer is written in Powershell and Python. The topmost script is in Python ( install.py ) which internally calls other .py and .PS1 ( powershell ) scripts using