Changes between Version 1 and Version 2 of PythonMw


Ignore:
Timestamp:
Jul 26, 2008, 12:51:39 AM (16 years ago)
Author:
kadam
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PythonMw

    v1 v2  
    2626== Platforms ==
    2727
     28PyMW 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
    2833By 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.
    3134
    3235If 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.