Building and installing

Untar the tarball or grab the CVS source, run pyGridWare distutils setup script, optionally regenerate all bindings.

  1. Do one of the following:
  2. Untar tarball:

    %tar zxf pyGridWare-1.04b.tar.gz

  3. Grab the CVS source:

    %cvs -d :pserver:anonymous@bosshog.lbl.gov:/home/portnoy/u5/repository co login
    %cvs -d :pserver:anonymous@bosshog.lbl.gov:/home/portnoy/u5/repository co pyGridWare

  4. Change directory

    %cd pyGridWare

  5. Run distutils

    %python setup.py --regenerate install

If you want Message Level Security, build the GT2 libraries with a threaded flavor. You can install any GT3 All Source installer bundles. Directions for installing GT 3.2 can be found here.

To build pyGlobus:

  1. Set the environment variables GLOBUS_LOCATION and GPT_LOCATION to the location of the globus installation.
  2. Run the pyGlobus distutils setup script:

    %python setup.py install