View Single Post
Posts: 1,100 | Thanked: 2,797 times | Joined on Apr 2011 @ Netherlands
#24
Originally Posted by Addison View Post
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?
You could try to include PyQt (which is released for OS2008) instead of PySide. They are very similar and I don't think much Maemo 5 specific code is used. But it would still require some coding skills. Next to that I don't know the current Qt state on Maemo 4.

@jendkers
I read something about portrait mode, but I experience no (auto)rotating. Did I not understand this well, or is it based on forced rotation?

P.s. nice work for just a month of Python experience.
 

The Following 3 Users Say Thank You to ade For This Useful Post: