|
2010-05-30
, 18:41
|
|
Posts: 702 |
Thanked: 334 times |
Joined on Feb 2010
@ Israel.
|
#122
|
|
2010-05-30
, 19:00
|
Posts: 3,319 |
Thanked: 5,610 times |
Joined on Aug 2008
@ Finland
|
#123
|
|
2010-05-30
, 21:43
|
|
Posts: 702 |
Thanked: 334 times |
Joined on Feb 2010
@ Israel.
|
#124
|
There is no contact-enabling functionality in Qt4.5 (even with Qt4.6, you'll need QtMobility classes, not yet available in stable binding form). Until that becomes available, for a more generic (and complex) approach, see http://wiki.maemo.org/PyMaemo/Access...ython_bindings which has an example for accessing address book functionality form python.
@soeiro: http://talk.maemo.org/showthread.php?t=50960 In PR1.2 those Qt modules have been removed so you cannot install the bindings for them, either. If you need PyQt urgently, install PyQt from extras-testing, but it will reach extras in a few days so this will no longer be an issue.
|
2010-05-30
, 22:16
|
Posts: 3,319 |
Thanked: 5,610 times |
Joined on Aug 2008
@ Finland
|
#125
|
|
2010-05-31
, 15:21
|
|
Posts: 702 |
Thanked: 334 times |
Joined on Feb 2010
@ Israel.
|
#126
|
Even Qt itself is for C++ 'originally', too, but that doesn't stop up from using it through python, java and other languages Ditto for QtMobility - it's just that it's fairly fresh so the bindings have not been made yet.
The Following User Says Thank You to eitama For This Useful Post: | ||
Tags |
development, pyqt, pyside, python, qt4 |
|
What I was trying to do: run a simple phonon example (maefart). Python says there is no module named Phonon. I then decided to install python2.5-qt4 (rootsh apt-get install python2.5-qt4) but the system says that python2.5-qt4 is broken:
Any ideas?
Thanks
Edit: I had not payed attention to the part of the first thread that tells about another thread with pr 1.2 support before...But now I can't find it. Is there such a thread?
Edit2: I've found another thread. It seems python-qt4-* is still being ironed out. However, phonon core and gui are working! You just have to install the modules you actually import and not all of it.
http://forums.internettablettalk.com...highlight=pyqt
Help improve N900, vote for:
Information about what the email client is doing
Find applications easily with tags for sub-menus
A better help system
Limit download of emails per connection type (don't fetch attachments)
A better use of internal flash
Last edited by soeiro; 2010-05-29 at 19:33. Reason: New info