Hey all.
I'm sure the problem here is simple, but I'm having installation woes.
I grabbed the latest from svn:
svn checkout
http://pylast.googlecode.com/svn/trunk/ pylast-read-only
installed the guy:
sudo python setup.py install
but we can't find the module when I try to run my (basically empty)
script:
ImportError: No module named pylast
I'm using python 2.6.3.
Thanks.