![]() |
2010-02-06
, 11:45
|
Posts: 3,319 |
Thanked: 5,610 times |
Joined on Aug 2008
@ Finland
|
#12
|
The Following 2 Users Say Thank You to attila77 For This Useful Post: | ||
![]() |
2010-02-16
, 22:53
|
|
Posts: 702 |
Thanked: 334 times |
Joined on Feb 2010
@ Israel.
|
#13
|
![]() |
2010-02-16
, 23:32
|
Posts: 3,319 |
Thanked: 5,610 times |
Joined on Aug 2008
@ Finland
|
#14
|
I'd like to write a small widget for my n900, it will query something every 5 seconds, and display the information in the widget on the n900 home desktop, it does not require performance or fast loading etc etc.
I am sure Python is the way to go - But I have no idea how to start.
What do I need to install? How do I make a PyQt APP to run? How do I port it to the N900, and how do I access on N900 API to get the information I want.
The Following 2 Users Say Thank You to attila77 For This Useful Post: | ||
![]() |
2010-02-17
, 12:17
|
|
Posts: 702 |
Thanked: 334 times |
Joined on Feb 2010
@ Israel.
|
#15
|
![]() |
2010-02-17
, 12:32
|
|
Posts: 1,111 |
Thanked: 1,985 times |
Joined on Aug 2009
@ Åbo, Finland
|
#16
|
Thanks for taking the time to answer me.
I don't really want to wait for PR1.2, So I will just go ahead and do it with GTK or Hildon, though I have no idea how to approach that.
Too many steps just to start doing anything.
Thanks though
The Following 2 Users Say Thank You to mece For This Useful Post: | ||
![]() |
2010-02-17
, 13:37
|
|
Posts: 702 |
Thanked: 334 times |
Joined on Feb 2010
@ Israel.
|
#17
|
What IDE are you using for PyQt coding, Eric4 with QTDesigner? I saw the Pluthon IDE but had issues with bringing in the .ui
Eric4's Build Form (Discussed here ) I found quite useful to auto-generate code for events and signals. But I love the way you can use Pluthon to SSH and Export the display for testing.
Secondly, is there a Wiki or a Site we should all know about directly relating to Python+Qt on maemo5?
It seems to me that as a newbie to maemo programming there are so many options for both programming languages/environments and IDEs, that it's had to know where to start.
Qt4.5 or Qt4.6
Python 2.5 or 2.6
PyQt4.6 PyQt4.7 or just PySide
Pluthon, Eric4, QTCreator/Designer or PyGTKEditor
And then should we debug on scratchbox, on Ubuntu as a python script or even on device (physically or ssh'ed)
I'm a little lost, but in love with all these wonderful options, just for Python alone; and glad we're not stuck in a world of: well there's officially our-way-of-doing-it or our-way-of-doing-it.
Last edited by lostinmirkwood; 2010-02-05 at 18:50.