|
|
04-06-2012
, 02:36 PM
|
|
Posts: 338 |
Thanked: 128 times |
Joined on Jan 2011
@ portugal
|
#21
|
| The Following User Says Thank You to ed_boner For This Useful Post: | ||
|
|
04-07-2012
, 03:17 PM
|
|
Posts: 237 |
Thanked: 270 times |
Joined on Jul 2010
|
#23
|
|
|
04-07-2012
, 04:12 PM
|
|
Posts: 865 |
Thanked: 1,815 times |
Joined on Apr 2011
@ Netherlands
|
#24
|
I tried this on Maemo 4.
Traceback (most recent call last):
File "/usr/bin/MaePyGallery.py", line 7, in <module>
from PySide.QtCore import QThread, QTimer, QObject, QEvent, QPoint, QCoreApplication, Qt, QSize
ImportError: No module named PySide.QtCore
Am I missing a junkload of dependencies because of the older OS?
|
|
04-07-2012
, 04:20 PM
|
|
Posts: 38 |
Thanked: 103 times |
Joined on Apr 2012
@ Poland
|
#25
|
.|
|
04-08-2012
, 04:48 AM
|
|
Posts: 865 |
Thanked: 1,815 times |
Joined on Apr 2011
@ Netherlands
|
#26
|
|
|
04-08-2012
, 05:22 AM
|
|
Posts: 338 |
Thanked: 128 times |
Joined on Jan 2011
@ portugal
|
#27
|
|
|
04-08-2012
, 05:32 AM
|
|
Posts: 38 |
Thanked: 103 times |
Joined on Apr 2012
@ Poland
|
#28
|
|
|
04-08-2012
, 05:36 AM
|
|
Posts: 338 |
Thanked: 128 times |
Joined on Jan 2011
@ portugal
|
#29
|
|
|
04-08-2012
, 05:49 AM
|
|
Posts: 38 |
Thanked: 103 times |
Joined on Apr 2012
@ Poland
|
#30
|
Hi,
you have to set an XAtom on your window. This is how I do it in Python:
self.__window.window.property_change("_HILDON_ZOOM_KEY_ATOM",
"XA_INTEGER", 32,
gtk.gdk.PROP_MODE_REPLACE,
[1])
![]() |
| Thread Tools | Search this Thread |
|