PCrust, PyWrap and Windows

raffaello wrote:

Can I have an example of how to start a .py application ( say 'C:\ADir\DoSomething.py') with PyCrust wrapped around, in Windows?
Thanks.

You should be able to use the subprocess module. However, upon looking at the PyCrust code, it doesn't appear to accept any arguments, so passing a Python script path will have no effect. I'm sure you could edit PyCrust to allow this functionality though.

Maybe someone else has a better idea though.

Mike