![]() |
2012-07-05
, 22:25
|
|
Posts: 451 |
Thanked: 424 times |
Joined on Apr 2010
@ England
|
#2
|
![]() |
2012-07-05
, 22:43
|
|
Posts: 80 |
Thanked: 237 times |
Joined on Dec 2010
@ Serbia
|
#3
|
Ive been learning python and pygame. Made a couple simple games and got them running on my n900.
Ive just started looking in qml. I tried an example, but it seems Im missing qtdeclarative.
Do I just need to install qt4.7 or later ?
![]() |
2012-07-06
, 17:32
|
Posts: 3 |
Thanked: 1 time |
Joined on Jul 2012
|
#4
|
![]() |
2012-07-06
, 17:53
|
Posts: 1,548 |
Thanked: 7,510 times |
Joined on Apr 2010
@ Czech Republic
|
#5
|
from PyQt4 import QtDeclarative
Thats correct, isnt it ? I get "ImportError: cannot import name QtDeclarative"
from PySide import QtDeclarative
![]() |
2012-07-06
, 20:09
|
Posts: 3 |
Thanked: 1 time |
Joined on Jul 2012
|
#6
|
The Following User Says Thank You to newpyguy For This Useful Post: | ||
Ive just started looking in qml. I tried an example, but it seems Im missing qtdeclarative.
Do I just need to install qt4.7 or later ?