Thread
:
[Annouce] HealthCheck - Hardware/System checker for the N900
View Single Post
chubbyisacat
2010-06-07 , 16:22
Posts: 22 | Thanked: 17 times | Joined on May 2010
#
568
~ $ python /opt/healthcheck/healthcheck.py
***** Start Imports *****
** Importing qtcore & gui **
** Importing ui.touchstub - accuracy tool **
** Importing sys **
** Importing commands **
** Importing os **
** Importing os.path **
** Importing subprocess **
** Importing dbus.glib **
** Importing Start location**
** Importing Cellinfo **
** Importing Hildon **
** Importing Functions **
** Importing Time **
** Importing GTK **
** Initialize Threads(GTK) **
** Importing Gobject **
***** Finish Imports *****
** Seting global variables **
** Starting Main **
** app = QtGui App** - Running app = QtGui.QApplication(sys.argv) **
/opt/healthcheck/healthcheck.py:1053: GtkWarning: gtk_widget_set_sensitive: assertion `GTK_IS_WIDGET (widget)' failed
app = QtGui.QApplication(sys.argv)
** Setting Main Window**
** Setting tool window #1**
Traceback (most recent call last):
File "/opt/healthcheck/healthcheck.py", line 1057, in <module>
win = healthcheckWindow(MainWindow)
File "/opt/healthcheck/healthcheck.py", line 185, in __init__
self.setAttribute(QtCore.Qt.WA_Maemo5StackedWindow )
AttributeError: type object 'Qt' has no attribute 'WA_Maemo5StackedWindow'
~ $
I hope the above is done right - this is new territory for me.
Quote & Reply
|
The Following User Says Thank You to chubbyisacat For This Useful Post:
noobmonkey
chubbyisacat
View Public Profile
Send a private message to chubbyisacat
Find all posts by chubbyisacat