Re: [IronPython] How to Use site.py

2006-09-05 Thread Dino Viehland
ne.FormatException(e), Style.Error); // handle errors from site } -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jesse Wiles Sent: Sunday, September 03, 2006 11:17 AM To: Discussion of IronPython Subject: [IronPython] How to Use site.py Hi, Is

[IronPython] How to Use site.py

2006-09-03 Thread Jesse Wiles
Hi, Is there an example of how to sourcing site.py when instantiating a PythonEngine from a C# assembly can be used to add the standard CPython Lib path to that instances sys.path? Here's my C# method: private void ExecutePythonFile(string ParamScriptPath,