Ignore:
Timestamp:
11/04/05 16:02:07 (18 years ago)
Author:
bas
Message:

Preparing for new 2.8 release

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/pbs_swig/distro/README

    r73 r90  
    2525to the LIBS line
    2626
    27 --- Compile and install the package:
     27--- Compile and install the package: (Require python 2.1 and higher)
    2828
    2929  As for python version 1.6 and higher the procedure is:
     
    3232    make install
    3333
    34 --- For python versions lower the 1.6
    35 
    36   Python versions lower then 1.6 do not have the distutils
    37   package default in their installation. You can test it:
    38     python
    39     import distutils
    40 
    41   If this succeed then use the above procedure else use the procedure below:
    42     cd src
    43     Adjust the Makefile to where you installed Python and OPENPBS libraries.
    44     make
    45 
    46     The python PBS module consists of the following files:
    47       _pbs.so
    48       pbs.py
    49       pbs.pyc     ( will be generated from pbs.py. The first time you load
    50                     the module).
    51       PBSQuery.py ( This is an simple query module. To see how it works...
    52                     python <install_path>/PBSQuery.py )
    53 
    54     You can install these file in your own directory and use the PYTHONPATH
    55     environment variable or install it in a system wide directory, eg:
    56       /usr/lib/python1.5/site-packages
     34  Debian package:
     35    debian/rules binary
    5736
    5837--- Testing the package:
Note: See TracChangeset for help on using the changeset viewer.