The Following 46 Users Say Thank You to attila77 For This Useful Post: | ||
ahmadka, Andrei, arjunkumar87, c0rt3x, ceefour, clasificado, codeMonkey, daperl, deadmalc, ersanpermana, ezcola, fatalsaint, Flandry, fpp, frals, go1dfish, gobuki, Helmuth, ioan, jcharpak, jkq, johnel, jurop88, krk969, Lacedaemon, lostinmirkwood, mannakiosk, Mara, mikec, mmlado, Nikem, noobmonkey, pongkiat, qole, qwerty12, Rauha, schnebeck, sgbirch, Slocan, soeiro, Texrat, thp, twaelti, VDVsx, vkv.raju, Wanker |
|
2010-01-30
, 17:47
|
|
Posts: 2,853 |
Thanked: 968 times |
Joined on Nov 2005
|
#2
|
The Following User Says Thank You to fatalsaint For This Useful Post: | ||
|
2010-01-30
, 17:56
|
Posts: 3,319 |
Thanked: 5,610 times |
Joined on Aug 2008
@ Finland
|
#4
|
The Following User Says Thank You to attila77 For This Useful Post: | ||
|
2010-01-30
, 17:58
|
Posts: 3,428 |
Thanked: 2,856 times |
Joined on Jul 2008
|
#5
|
PyQt itself is (with all examples and docs), but Qt isn't - not much we can do about that, though.
|
2010-01-30
, 18:10
|
Posts: 3,319 |
Thanked: 5,610 times |
Joined on Aug 2008
@ Finland
|
#7
|
I just don't have a real N900 to check with.. and I know people have complained that PyQt bindings took up more rootfs space than the C++ QT libraries..
So I was curious if you managed to find a way to cure that or not.. or if it can't be because they are such system-centric libraries?
The Following 2 Users Say Thank You to attila77 For This Useful Post: | ||
|
2010-01-30
, 20:02
|
Posts: 3,428 |
Thanked: 2,856 times |
Joined on Jul 2008
|
#8
|
The following packages have unmet dependencies:
python2.5-qt4: Depends: python2.5-qt4-opengl (= 4.7-maemo2) but it is not going to be installed
Failed to fetch http://repository.maemo.org/extras-d...aemo2_i386.deb Size mismatch
Failed to fetch http://repository.maemo.org/extras-d...aemo2_i386.deb Size mismatch
Failed to fetch http://repository.maemo.org/extras-d...aemo2_i386.deb Size mismatch
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
|
2010-01-30
, 20:07
|
Posts: 3,428 |
Thanked: 2,856 times |
Joined on Jul 2008
|
#9
|
|
2010-01-30
, 20:27
|
Posts: 3,319 |
Thanked: 5,610 times |
Joined on Aug 2008
@ Finland
|
#10
|
The Following 2 Users Say Thank You to attila77 For This Useful Post: | ||
Tags |
development, pyqt, pyside, python, qt4 |
|
This thread is meant for the N800, N810 and N900 (up to and including PR1.1.1 firmware), or simply put devices that ship with Qt4.5. Qt4.6 support (N900 from PR1.2 onwards) will have a different support thread.
PyQt (obviously) needs Qt to work. While PyQt itself is optified, Nokia made the choice of putting Qt on the root partition, i.e. installing PyQt indirectly WILL take up about 10-15MB of root space if you do not already have the respective Qt modules installed.
There are two installable packages. For those who do not read package descriptions, here's the excerpt:
You need to install this package explicitly ONLY if you wish
to tinker with Python yourself.
Installing this package will install Python bindings for ALL
available Qt modules, namely: QtAssistant, QtCore, QtDBus,
QtDesiger, QtGui, QtHelp, QtNetwork, phonon, QtSql, QtSVG,
QtScript, QtTest, QtWebkit, QtOpenGL, QtXML, QtXMLPatterns
This package contains Python-specific documentation for PyQt4
and the Qt example programs ported to Python. It provides a
reasonable minimum set of modules and bindings to start PyQt
development. Installing this package will install Python
bindings for the QtCore, QtGUI, QtXML and QtHelp modules.
The two are independently installable, order of (un)installing does not matter. Grab it while it's hot and have some Python fun !
Original sources and (a lot more) documentation available at
http://www.riverbankcomputing.co.uk/software/pyqt/intro
Blogging about mobile linux - The Penguin Moves!
Maintainer of PyQt (see introduction and docs), AppWatch, QuickBrownFox, etc
Last edited by chemist; 2010-04-29 at 10:07.