You can run .py files from powershell, just like you would run any other command - 'python myfile.py'
I don't have any experience of the logging modules, but what I do when using multiple languages is have them all write to the same plain text log file and just prepend [<scriptname>] to the beginning of each line - that way I can track execution order and follow error/info messages all in one file. That's just how I prefer to do it. Bodsda Sent from my BlackBerry® wireless device -----Original Message----- From: Nikunj Badjatya <nikunjbadja...@gmail.com> Sender: tutor-bounces+bodsda=googlemail....@python.org Date: Wed, 5 Oct 2011 13:02:23 To: tutor<tutor@python.org> Subject: [Tutor] Calling Python Functions from Powershell scripts _______________________________________________ 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