There are a few steps to follow:
- Firstly, make sure Python 1.3 or later is installed on your machine.
- Download and install GraphApp for Athena or Motif.
- Download GraphApp for Python.
- You'll have to edit the Makefile to point it to your Python
installation.
- Make the GraphApp for Python module and put it in the same
place as your other GraphApp libraries.
- Set your PYTHONPATH environment variable to point to
where the GraphApp for Python module is located.
This last point is very important. Without the PYTHONPATH
environment variable, Python has no way of making sense of
the statement "import graphapp".