View Single Post
jonnenau's Avatar
Posts: 116 | Thanked: 445 times | Joined on Apr 2010 @ Oulu, Finland
#3
Originally Posted by Unbeliever View Post
The Dropn900 does not start
You'll have to be more specific in order for me to help you. As said in the tips see console and if no UI is coming up I suspect PyQt4 is not present. Try going to /opt/dropn900 and start with ./dropn900.py and see what errors python prints. The package should have PyQt as dependency correctly, at least for me it got it.

--------------------

Edit. Aha I am missing PyQt4.QtNetwork/QtWebkit that I previously to use in my in app web browser. Basically dead code before the public links functionality.

Well there is a easy fix for this before i can update the package. So this is needed if you dont have the Full PyQt4 installed.
Code:
sudo gainroot
python2.5-qt4-network
python2.5-qt4-webkit

Last edited by jonnenau; 2010-07-21 at 12:19.
 

The Following 2 Users Say Thank You to jonnenau For This Useful Post: