Hi Sharon,<div><br></div><div>What do you want to achieve with this? If you want to provide path for loading your own modules you can change the sys.path value by e.g. running a &#39;initialization&#39; script with </div><div>
<br></div><div>import sys</div><div>sys.path.insert(0, &#39;your/own/path&#39;)</div><div><br></div><div>You can build up the script above in C# by inserting the path you need and then performing e.g. RunSimpleString(&lt;script&gt;) like</div>
<div><br></div><div>string script = &quot;import sys\nsys.path.insert(0, &#39;&quot; + &lt;variable_with_path&gt; + &quot;&#39;)&quot;);</div><div>IntPtr pythonLock = AcquireLock();</div><div>RunSimpleString(script);<br>ReleaseLock(pythonLock);</div>
<div><br></div><div>Does this help?</div><div><br><div class="gmail_quote">2011/2/10 Sharon Rozenblum <span dir="ltr">&lt;<a href="mailto:Sharon.Rozenblum@sandisk.com">Sharon.Rozenblum@sandisk.com</a>&gt;</span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">






<div lang="EN-US" link="blue" vlink="purple">
<div>
<p class="MsoNormal">Hi!</p>
<p class="MsoNormal"> </p>
<p class="MsoNormal">Can someone tell me how to set PYTHONPATH variable in code when working with Python.Runtime.dll without changing the value in the system variables before.</p>
<p class="MsoNormal"> </p>
<p class="MsoNormal">Thanks</p>
<p class="MsoNormal"> </p>
<p class="MsoNormal">SHARON</p>
<p class="MsoNormal"> </p>
</div>
<br>
<hr>
<font face="Arial" color="Gray" size="2">PLEASE NOTE: The information contained in this electronic mail message is intended only for the use of the designated recipient(s) named above. If the reader of this message is not the intended recipient, you are hereby
 notified that you have received this message in error and that any review, dissemination, distribution, or copying of this message is strictly prohibited. If you have received this communication in error, please notify the sender by telephone or e-mail (as
 shown above) immediately and destroy any and all copies of this message in your possession (whether hard copies or electronically stored copies).<br>
<br>
</font>
</div>

<br>_________________________________________________<br>
Python.NET mailing list - <a href="mailto:PythonDotNet@python.org">PythonDotNet@python.org</a><br>
<a href="http://mail.python.org/mailman/listinfo/pythondotnet" target="_blank">http://mail.python.org/mailman/listinfo/pythondotnet</a><br></blockquote></div><br><br clear="all"><br>-- <br>oleksii<br>
</div>