Re: [Python.NET] Setting PYTHONPATH from code

2011-02-27 Thread Benjamin Aranguren
On Wed, Feb 23, 2011 at 5:37 AM, Sharon Rozenblum < [email protected]> wrote: > Hi! > > > > Trying to do as you said: > > > > string script = "import sys\nsys.path.insert(0, '" + modulePath + > "')"; > > Have you tried using a semi colon instead of new line? str

Re: [Python.NET] Setting PYTHONPATH from code

2011-02-27 Thread Sharon Rozenblum
Hi! Did not understand the reply! Do I need to change the PYTHONPATH from code? Do I need to change the working directory in the C# program? Why running the python script is not working? Thanks, SHARON From: Tribble, Brett [mailto:[email protected]] Sent: Wednesday, February 23, 2011 9:26 PM