Whoops :) Thanks! That is a leftover of todays merges. I did not notice this as I hade the send.pyc file lying around.. /p On 21:15pm, Mark Foxwell wrote: >Patrick Totzke wrote: >> I am pleased to announce the first release of my terminal GUI named 'alot'. >> You can get it here: https://github.com/pazz/alot >> Install and usage infos are included. >> As always, feedback of all kind is very welcome. > >Great! > >I'm trying to package for Arch Linux [1]. Build completes ok, but when >running alot I get the following error: > >Traceback (most recent call last): > File "/usr/bin/alot", line 19, in > from alot.init import main > File "/usr/lib/python2.7/site-packages/alot/init.py", line 24, > in > from account import AccountManager > File "/usr/lib/python2.7/site-packages/alot/account.py", > line 28, in > from send import SendmailSender >ImportError: No module named send > >I guess I'm missing a dependancy :S any ideas? > >-- >Mark