Running Python scripts from BASH

2007-02-27 Thread Ishpeck
I'm using Python to automate testing software for my company. I wanted the computers in my testing lab to automatically fetch the latest version of the python scripts from a CVS repository and then ask a local database server which of the scripts to run. I built the following: #!/bin/bash #

Re: Running Python scripts from BASH

2007-02-27 Thread Ishpeck
It may be worth noting that I'm running Cygwin on WindowsXP professional. -- http://mail.python.org/mailman/listinfo/python-list

Internet Explorer, COM+, Javascript and Python

2005-04-27 Thread Ishpeck
I need to make IE execute javascript in a web page with COM+ and Python. Similarly to the way they do it in this article. . . http://www.codeproject.com/com/jscalls.asp -- http://mail.python.org/mailman/listinfo/python-list

Re: Which IDE is recommended?

2005-04-27 Thread Ishpeck
monkey wrote: Read through python site for programming tool, really plenty of choices :-) (For c++, I just can't breath with very very limited choices) Tried Spe, it come with wxGlade built-in very nice(is Spe still actively develop?). But seem that Boa Constructor and PyDev(the plug-in for

Re: Which IDE is recommended?

2005-04-27 Thread Ishpeck
Sorry about the empty post. I'm a fan of PSPad. It's free, light weight, and works with everything. http://www.pspad.com/ -- http://mail.python.org/mailman/listinfo/python-list