Python Firmata Installation

Greetings, all -

I've been using firmata with processing for a while and simply can't get enough of it. I went to install it for use with python, though, and the story has been quite different.

I downloaded setup.py from the python firmata github, installed the setuptools package via package manager and then ran setup.py, All seemed to have gone well but my scripts fail at "from firmata import *" with the error "No module named firmata"...

I can't seem to make this work and if anyone has any ideas I'd greatly appreciate it.

Thanks!

Python 2.7
Ubuntu 11.04