Tagged Questions

7
votes
3answers
153 views

How do I deal with multiple common user interfaces?

I'm working on a python application that runs on 2 different platforms, namely regular desktop linux and Maemo 4. We use PyGTK on both platforms but on Maemo there are a bunch of little tweaks to make ...
5
votes
2answers
93 views

use maemo camera by python

I wrote a simple program for Maemo by Python to check some pixels color every time that my function is called. But this program is working so slow (3-5 seconds each call). Is there any faster way for ...
4
votes
4answers
2k views

Python + QT + Gstreamer

I'm working with PyQt and trying to get video from a webcam to play within a QT widget. I've found tutorials for C and Qt, and for python and gtk, but NOTHING for this combo of pyQt and gstreamer. ...
3
votes
2answers
171 views

How to detect Meego/Maemo platform in Python?

I develop cross-platform application for Maemo/Meego/Linux platforms using python (PySide). I use a workaround to distinguish between Maemo and Linux platfroms: try: import PySide.QtMaemo5 ...
3
votes
1answer
256 views

QListWidget on freemantle

I have a problem with QListWidget on freemantle (maemo, n900). I want to use two QListWidget on same window and allow the user to pick on number in each window. When the user use the second ...
2
votes
2answers
259 views

How to poll a file in /sys

I am stuck reading a file in /sys/ which contains the light intensity in Lux of the ambient light sensor on my Nokia N900 phone. See thread on talk.maemo.org here I tried to use pyinotify to poll ...
2
votes
2answers
159 views

How to handle back and forward buttons in the hildon.Seekbar?

The hildon.Seekbar widget consists of a scale widget and two buttons. What signals does the widget send when the buttons are clicked or how could I find out? Is there a way to monitor all ...
0
votes
1answer
178 views

How to make a fancy shortcut on the desktop to my python app?

I've made this nice python app that runs when i use "python main.py" in terminal, but going thru the terminal each time is boring :-) how can i make a nice shortcut button with a img to have on my ...