Hi!
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.
Thanks
SHARON
________________________________
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 …
[View More]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).
[View Less]
Greetings.
I've a test harness that I've written in .NET and, in order to get past a "language barrier" between myself and my fellow testers, have integrated Python into the test framework using Python for .NET.
My question is this: How much of the Python standard libraries (c:\python25\lib, etc.) do I need to package with my test infrastructure? If I've not installed Python 2.5, I get a warning that site.py couldn't be found. If Python 2.5 is installed, tests written in Python and executed …
[View More]from .NET work fine. As we have some components that require Python 2.5 and I'd like to update my test framework to take advantage of at least Python 2.7, is there a way I can prevent users of my test framework from having to install whatever version of Python I settle on AS WELL AS whatever version of Python other components require?
... Am I making sense?
-Chris-
[View Less]