11,567 questions
How to get all errors in ironpython script from C#?
Shamanthak Hegde
10
Reputation points
Hi, I'm using IronPython in C# to run python scripts. I'd like to compile the ironpython script before executing to check for syntax errors. Using exception handling in C# retrieves only the first error. However I'd like get all the errors in the code, with it's message and position in the code. Could anyone help me with this?
Developer technologies C#
Sign in to answer