vinjvinj wrote:
> I use python to script my application. Users will be able to write
> their own python scripts which are then run a grid of servers. I want
> to be able to capture syntax errors in submitted users scripts and then
> display them (with line numbers) back to the user.
I was going to
I use python to script my application. Users will be able to write
their own python scripts which are then run a grid of servers. I want
to be able to capture syntax errors in submitted users scripts and then
display them (with line numbers) back to the user.
I also want to check for obvious thing