Ive been publishing my 2 python/PyQt apps (Vuvuzela & LontonTubeMap - see my signature) in the Extras-devel repos for a while now but somehow, ive got users sometime complaining about missing dependencies.
Ive got a bunch of libraries installed on my N900 so debugging is quite hard!
The begining of both apps, the section where I declare my imports looks like this:
Code:
import sys
from PyQt4 import QtCore, QtGui
from PyQt4.QtGui import *
from PyQt4.QtCore import *
Ive been publishing my 2 python/PyQt apps (Vuvuzela & LontonTubeMap - see my signature) in the Extras-devel repos for a while now but somehow, ive got users sometime complaining about missing dependencies.
Ive got a bunch of libraries installed on my N900 so debugging is quite hard!
The begining of both apps, the section where I declare my imports looks like this:
Am I missing anything?
Follow me on twitter HERE!
Applications I've made:
- Vuvuzela
- LTM: London Tube Map