Changes between Version 1 and Version 2 of PythonMw
- Timestamp:
- Jul 26, 2008, 12:51:39 AM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PythonMw
v1 v2 26 26 == Platforms == 27 27 28 PyMW is available and has been tested on the following platforms: 29 * Linux: i686-pc-linux-gnu 30 * Windows: windows_intelx86 31 * OS X: i686-apple-darwin 32 28 33 By default PyMW assumes that the python interpreter is installed on the client computers. The Python interpreter is more likely to be installed on linux clients. On Windows PyMW assumes that Python is installed and the path environment variable contains the path to the interpreter. If python is installed on a windows box, but it's not in the path, than PyMW will look in the default installation directory, which is C:\Python25 with the current version of Python. 29 30 OS X client is coming soon.31 34 32 35 If python is not installed on the client computer, PyMW jobs will fail. The [http://www.python.org/psf/license/ license of Python] makes it possible to deploy the interpreter as part of the client application, however the current version of the interpreter is about 35 MB, which is not very network friendly.