Installing pysvn Workbench

Prerequisites

Preparing to run WorkBench

Note: These steps are only necessary if you checked out the sources from the pysvn subversion repository. The Source kits have already had these steps run.

In the Source folder:

python make_wb_version.py
python make_wb_images.py

Running WorkBench

In the Source folder:

python wb_main.py

Troubleshooting

Check the output from wb_main.py. You can prevent wb_main.py redirecting stdout by running as:

python wb_main.py --noredirect

Windows does not have a usable stdout instead look in "%TEMP%\workbench.tmp" for Python messages and errors.