You probably need to install python-qt4-sql package.
Thanks dude, that was the issue
Edit: Now i'm all set-up but after closing the app and trying to open again it gives this in the console:
Traceback (most recent call last):
...
ValueError: invalid literal for int() with base 10: ''
That extraneous QtSql dependency has been removed, and that precision problem is fixed. Pull from git and reinstall and that should fix it.
I tried but I don't seem to get it too work completely.. I added my BTC-e api keys and on the console I can see it fetching ticker data from btc and mtgox (or at least trying to). But I don't see them on the market screen. Am I missing something ?
You will have to enable the market, the exchange, and the account from the two settings dialogs and then restart the program, I'm working on having the settings change the display dynamically right now.