Sweet! That's very encouraging, considering it wasn't compiled on a pi. It will be really easy to add it to my regular release scripts now.
When you say you had to install those things, it occurred to me I think I forgot to post the RPi dependencies. I had some issues with those three packages, and would love to know if I resolved them. But I guess I didn't bundle them with it...
If it's easy, can you wipe the pi and try it again with just the packages in the following tar.gz?
https://s3.amazonaws.com/bitcoinarmory-releases/armory_rpi_dependencies_armhf.tar.gzWhen I say I installed them what I mean is I installed them as system packages:
apt-get install python-psutil python-qt4 python-twisted
Not a big deal to linux users and it keeps things clean on your end. However, I can try your new archive.
EDIT:
I tried your packages. There is a problem with the python-twisted debs you provided. Most of them are 12.3, however python-twisted-runner and python-twisted-bin were 12.0 version, which caused broken dependencies. The version in the raspian repo is 12.0, so when I removed the python-twisted and grabbed the 12.0, everything worked. BTW, the python-twisted meta package installs the following debs:
python-pam_0.4.2-13_armhf.deb
python-serial_2.5-2.1_all.deb
python-twisted-core_12.0.0-1_all.deb
python-twisted-web_12.0.0-1_all.deb
python-twisted-lore_12.0.0-1_all.deb
python-twisted-mail_12.0.0-1_all.deb
python-twisted-names_12.0.0-1_all.deb
python-twisted-news_12.0.0-1_all.deb
python-twisted-runner_12.0.0-1_all.deb
python-twisted-words_12.0.0-1_all.deb
python-twisted-conch_1:12.0.0-1_all.deb
python-twisted_12.0.0-1_all.deb