![]() |
2010-10-26
, 15:57
|
Posts: 1,048 |
Thanked: 979 times |
Joined on Mar 2008
@ SF Bay Area
|
#2
|
![]() |
2010-10-26
, 17:08
|
|
Posts: 2,853 |
Thanked: 968 times |
Joined on Nov 2005
|
#3
|
![]() |
2010-10-26
, 18:17
|
Posts: 992 |
Thanked: 995 times |
Joined on Dec 2009
@ California
|
#4
|
![]() |
2010-10-26
, 19:12
|
Posts: 38 |
Thanked: 6 times |
Joined on Feb 2010
@ Tata, Hungary
|
#5
|
![]() |
2010-10-26
, 19:15
|
Posts: 3,319 |
Thanked: 5,610 times |
Joined on Aug 2008
@ Finland
|
#6
|
Things seem to be running mostly fine (apart from a few apps that don't work any more), but I'm quite confused as to where I now stand with respect to Qt and PyQt...
However, my little PyQt app (SnXM) still runs fine, and the About dialog still shows it using PyQt 4.7.5 and Qt 4.6.2.
Is this normal, or did something go wrong with the update ?...
The Following User Says Thank You to attila77 For This Useful Post: | ||
![]() |
2010-10-27
, 08:35
|
Posts: 47 |
Thanked: 41 times |
Joined on Jan 2010
@ Finland
|
#7
|
print "a" app = QApplication(sys.argv) # Allways crashes here, newer prints out that b or later ones. print "b" MiscFunctions().loadSettings() print "c" MiscFunctions().controlLircd("start") print "d" main = MainWindow() print "e" if USEFULLSCREEN == True: print "f" main.showFullScreen() else: print "g" main.show() print "h" app.exec_() MiscFunctions().exitFunction()
![]() |
2010-10-27
, 09:27
|
|
Posts: 2,853 |
Thanked: 968 times |
Joined on Nov 2005
|
#8
|
Two notes:
1. You might be seeing ther version compiled against. Qt4.7 is binary backwards compatible, so it will generally work with 4.6 apps, by as I compiled PyQt with Qt4.6.2, that is the API that is exposed to python and if you reference something within *PyQt* you might get the old version.
2. Just a few days ago there was a release of a brand spanking new PyQt 4.8, so it's a happy coincidence - when I rebuild PyQt for the new firmware, I'll also bump the PyQt version so the Qt4.7 featureset in general should be supported (i.e. declarative and other assorted goodies).
![]() |
2010-10-27
, 22:35
|
Posts: 323 |
Thanked: 116 times |
Joined on Jul 2010
|
#9
|
![]() |
2010-10-27
, 23:22
|
Posts: 3,319 |
Thanked: 5,610 times |
Joined on Aug 2008
@ Finland
|
#10
|
I did have to "apt-get remove" a couple of things first (like libgles*) however.
Things seem to be running mostly fine (apart from a few apps that don't work any more), but I'm quite confused as to where I now stand with respect to Qt and PyQt...
I was led to believe that PR 1.3 comes with Qt 4.6. I don't see anything to that effect in the list of installed packages in app manager. I don't see anything either about the previous PyQt version I had installed before the update.
However, my little PyQt app (SnXM) still runs fine, and the About dialog still shows it using PyQt 4.7.5 and Qt 4.6.2.
Is this normal, or did something go wrong with the update ?...
maemo blog