Help needed with controlling the python parser

2006-01-10 Thread vinjvinj
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

Re: Help needed with controlling the python parser

2006-01-10 Thread André
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