On Ubuntu 9.04 I get this, both when installed from source and when using the deb packages for 8.10:
Traceback (most recent call last):
File "/usr/local/bin/aldrin", line 20, in <module>
import aldrin.main
ImportError: No module named aldrin.main
Have tried running with "python /usr/local/lib/python2.6/site-packages/aldrin/main.py", but then i get "Aborted (core dumped)". I've also tried that command with python2.5 (python2.5-minimal ubuntu package), with the same result.
Any ideas for anything else worth trying will be greatly appreciated.
