

Dependancies:

	 You must have swig, Qt and python installed.
	 You must have the dlmodule enabled in your python
	 configuration, swig needs this.

Installation:

	* Unpack pythonqt.tar.gz
	* cd pythonqt-0.2
	* Edit the Makefile depending on your configuration.
	  I have it set to where my qt libraries and include
	  files are, yours will probably be different.
	* typing make at the command prompt will make a
          shared library called pythonqtcmodule.so

	* Place pythonqtcmodule.so so that python can see
          it via PYTHONPATH.

	* You need to add qpx-0.1/plugins to your PYTHONPATH as well 

	You should be set.

	To demo the system go to the 
	directory where you installed qpx-0.1 at and type:	

	python ./main.py test.xml 


	You should see a notebook with some widgets on are tabbed window.
	Now check out test.xml, you have just created a GUI using a 
	mark up language.

Email me if you have any problems:

davidws@csmctmto.interpoint.net


		 