Kamaelia

Here you can find my first steps in Python and Kamaelia in order to get dvb-c support for kamaelia

Instalation

fresh installation of ubuntu 9.10

added: python-setuptools (+ linked packages)

added: python-distutils-extra (+ linked packages)

added: python-pyrex (+ linked packages)

Then you can checkout the latest version of Kamaelia from SVN

Then you need to install the  python-dvb3 bindings. They are in SVN repository of Kamaelia.

and you also need to install Axon

  • cd
  • cd kamaelia-trunk/Code/Python/Axon
  • sudo python setup.py install

and finaly the latest version of Kamaelia

  • cd
  • cd kamaelia-trunk/Code/Python/Kamaelia
  • sudo python setup.py install

now you have the latest version of Kamaelia with DVB-C support .. happy testing and please report the finding to the Kamaelia mailing list (see www.kamaelia.org for details)