Seems to me that the guys over at
http://code.google.com/p/rzzzwilson/wiki/PythonOnAStick
know how to get around the whole install issue pretty well.
The dependencies will be tough to calculate - might as well put all the libs in there.

Alternatively, the Portable Python seems awfully bloated to me, but they do still support 2.5 at
http://www.portablepython.com/wiki/PortablePython1.1Py2.5.4


On 12/26/2012 07:09 PM, Meredith, Christopher wrote:

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 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-



_________________________________________________
Python.NET mailing list - PythonDotNet@python.org
http://mail.python.org/mailman/listinfo/pythondotnet


_________________________________________________
Python.NET mailing list - PythonDotNet@python.org
http://mail.python.org/mailman/listinfo/pythondotnet

Reply via email to