View Single Post
Posts: 726 | Thanked: 345 times | Joined on Apr 2010 @ Sweden
#14
Originally Posted by lcuk View Post
pygtk or pyqt are really easy to get into - if what you are designing does not need ultimate performance, you should find it simpler to get up and running using either of those.

the other benefit is you can do it mostly without needing scratchbox
I'm sure both pygtk and pyqt are excellent ways to get a head start with GUI design and the such but my background is in servers/services, databases, embedded systems, some Linux kernel module tinkering and other more low level things. This makes GUI creation a secondary thing (even though it seems easy enough to do nice things in Maemo5) and access to hardware and system resources a primary.

But I have to say that not having to ... handle scratchbox is a good selling point.