Can you point us to some code?
On Tuesday, 22 May 2012 21:07:37 UTC-5, Janath wrote: > > I have written python scripts to automate PSSE (Siemens power system > simulation tool) using the pythonAPI provided. > > I can run them using the gui I have made for python 2.5. > > Psse 32 needs the exact version of python (2.5) to run the API. > > I am trying to convert my application to a web based application using > web2py. I am unable to use API statements from web2py. > > I think, if I can run the python 2.5 and get the outputs to web2py, I will > be able to do that. > > Can someone give me a hand to do that.... also, better workarounds are > welcome. > > Thank you, >