Changes between Version 2 and Version 3 of PythonFramework
- Timestamp:
- Jul 30, 2007, 5:41:01 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PythonFramework
v2 v3 1 1 = Python scripting framework = 2 2 3 See the section on Python in the [ http://boinc.berkeley.edu/trac/wiki/SoftwarePrereqsUnix Software Prerequisites].3 See the section on Python in the [SoftwarePrereqsUnix Software Prerequisites]. 4 4 5 5 == Structure == … … 19 19 The 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 20 20 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 21 1. create a new boinc_project_path.py and place it earlier in PYTHONPATH than the default one 22 22 1. define environment variables 23 23 … … 36 36 ||[MakeProject boinc/tools/make_project]||Creates a project|| 37 37 ||[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].|| 39 39 40 40 == Python modules in '''boinc/py/Boinc/''' ==