View Single Post
Posts: 402 | Thanked: 229 times | Joined on Nov 2009 @ Missouri, USA
#88
Originally Posted by noobmonkey View Post
Need a hand from anyone who's built an app please!

Stuck with this example line in the build_myapp.py code
p.depends = "python2.5, PyQt4, python-osso, python-dbus, python2.5-gtk2"

The imports in my code are:
import PyQt4
from PyQt4 import QtCore, QtGui
import sys
import os
import subprocess
import location
import gobject
import gn_cellinfo
import gtk
import hildon

from threading import Thread
import time


Can someone let me know what i need to add to that line please?
Why are you importing gtk and hildon? I'm mildly curious about gobject as well...

edit:
Unless I've missed something Import PyQt is redundant considering you have PyQt.QtGui and PyQt.QtCore
__________________
aspidites | blog | aspidites@inbox.com
 

The Following User Says Thank You to aspidites For This Useful Post: