Changes between Version 2 and Version 3 of PythonFramework


Ignore:
Timestamp:
Jul 30, 2007, 5:41:01 PM (17 years ago)
Author:
Nicolas
Comment:

Links

Legend:

Unmodified
Added
Removed
Modified
  • PythonFramework

    v2 v3  
    11= Python scripting framework =
    22
    3 See the section on Python in the [http://boinc.berkeley.edu/trac/wiki/SoftwarePrereqsUnix Software Prerequisites].
     3See the section on Python in the [SoftwarePrereqsUnix Software Prerequisites].
    44
    55== Structure ==
     
    1919The module `boinc_project_path` is imported to get the paths for `config.xml` and `run_state.xml`. The default paths for these are the parent directory of the invocation script. You can override these defaults
    2020 1. modify this file directly (if you have only one project on your server or have separate copies for each)
    21  1. create a new boinc_project_path.py and place it earlier in PYTHONPATH        than the default one
     21 1. create a new boinc_project_path.py and place it earlier in PYTHONPATH than the default one
    2222 1. define environment variables
    2323
     
    3636||[MakeProject boinc/tools/make_project]||Creates a project||
    3737||[UpdateVersions boinc/tools/update_versions]||Adds all relevant core client and application executables to download directory and database||
    38 ||boinc/test/test*.py[[BR]]cgiserver.py||Test scripts: see the [http://boinc.berkeley.edu/test.php testing framework].||
     38||boinc/test/test*.py[[BR]]cgiserver.py||Test scripts: see the [/test.php testing framework].||
    3939
    4040== Python modules in '''boinc/py/Boinc/''' ==