						BALL 1.3.2 Python support

In order to use the BALL Python support you need to set the following variables.

1.	PYTHONPATH
		
		export PYTHONPATH=<PATH to BALL libs>:<PATH to sip libs>

2.	LD_LIBRARY_PATH

		export LD_LIBRARY_PATH=<PATH to BALL libs>:<PATH to QT libs>:<PATH to sip libs>

After you have made these settings you are able to start your interactive Python shell
and import the BALL library.


