View Single Post
Posts: 3,319 | Thanked: 5,610 times | Joined on Aug 2008 @ Finland
#2
Originally Posted by l4dyl1nx View Post
Why PyQt4 Full does not have an icon in my menu and why I can't seem to be able to open it from the Terminal either (is it a program that opens? I was under the impression that it is a tool to create python Gui directly on the n900.)
Err... no. PyQt is a language binding, it is "just" a bridge between Python and Qt, is it not a runnable thing per se. As such, it has no special GUI or editor or sorts, if you want to use a more GUI-based approach, use the QtCreator/QtDesigner that comes with "regular" Qt. The resulting .ui files you generate in those can be used in both C++ and Python applications.

Please note, I do not want to create a python gui on my pc, I want to use my n900 for both the coding and the aesthetic.
While this is possible, it is very difficult and tiresome to do (=not recommended), especially as with Python you do not need scratchbox, crosscompilers and such on your desktop, just a regular desktop Qt install.
__________________
Blogging about mobile linux - The Penguin Moves!
Maintainer of PyQt (see introduction and docs), AppWatch, QuickBrownFox, etc