I first tried to install the armory .deb it said can't do it dependencies are needed.
I 'sudo apt-get update' then 'sudo apt-get install python-qt4 python-twisted', It said I have unmet dependencies, .
Update manager pops up and says you have a broken package + all of the updates for python-qt4 and python-twisted, .
Install via update manager and at the end it installs Armory also, .
I still sudo dpkg -i armory.deb
Now I click on Armory icon and nothing happens, . I guess Armory is the broken package.
Can you tell me I did wrong?
So the first 3/4 of that is normal if you try to "dpkg -i" from the command-line -- you have manually install unmet dependencies when installing using dpkg. If you instead double-clicked the .deb file from a file browser, it will open GDebi/Synaptic which will handle all that for you.
As for why nothing happens when you click on it... that is not normal at all! This is the second complaint I've heard about 11.04, which is the one version I don't currently have installed for testing (I thought I did, but it's actually 11.10). I'm going to create an Ubuntu 11.04-64bit VM right now and see what's going on!
If you could just do me a quick favor: now that it's installed you can run it from the command line by typing "python /usr/share/armory/ArmoryQt.py" adding " --offline" if you only want wallet management without any knowledge of the blockchain.
Can you try running it both regularly and in offline mode from the command line? If it fails to open, there will be a useful error message, and then copy it here. I suspect it's the same cryptic message as molecular mentioned. If so, I would ask molecular if installing the python2.6 fixed it...?
If you get "GLIBCXX_3.4.15' not found", I recommend removing Armory, downloading the python2.6 version, and then try installing it. If it complains about dependencies, you can try "dpkg -i --force-depends armory_0.77*.deb". I'd say maybe I created the Debian package with the wrong version of python, but my package-building scripts auto-detects the architecture and python version and names the output appropriately.
(Ubuntu 11.04 is downloading right now. I'll get back to you when I get a chance to try it...)