
You need to install the swiginac module (http://swiginac.berlios.de) 
to run this example.

There are two ways to install this module. The first one typically
requires root access. The second uses the $(PREFIX) variable.    

1.  <requires root access>

> make install 

will install the library under site-packages in the Python distribution.  


2.  <does not require root access>

If you do not have root access make install will typically fail.  
You can then use

> make local-install

which will install the Python module under $(PREFIX)/lib. 

If none of these approaches works check/use the setup.py file or
consult kent-and@simula.no.







