DevEnv for Deadline scripts

What are people using as a Dev Env for Deadline scripts?

In the comments for Iron Python Studio, it says that it doesn’t support Iron Python 2.0. I tried to set it up anyway, although without a lot of luck (the command for starting a new project from existing code is broken).

Leo

There really isn’t a dev env for Deadline scripts. Basically, any text editor that formats Python code is recommended (I personally use SciTE). The scripts need to execute within the context of Deadline, and there currently isn’t a built-in editor in Deadline to do this. So we just write our scripts in a text editor and then test them by running them through Deadline.

Cheers,

  • Ryan

printf debugging will never truly leave us, will it?