# # PyAffix - INSTALL # # by Carlos Chinea # (c) Nokia Researc Center,2004 Install instructions for affixsocket python module ================================================== To install the python affixsocket module, you will need to have the distutils python module in your python distribution. For debian you just need to install the packet: python2.2-dev You also need to install the affix-kernel package To install the affixmodule in your python distrbution run the following command: python setup.py install You can test the affixsocket module with the following python scripts: aff_demo_server.py aff_demo_client.py