|
2010-02-01
, 09:10
|
Posts: 729 |
Thanked: 155 times |
Joined on Dec 2009
|
#32
|
|
2010-02-01
, 09:38
|
Posts: 3,319 |
Thanked: 5,610 times |
Joined on Aug 2008
@ Finland
|
#33
|
|
2010-02-01
, 09:43
|
Posts: 3,319 |
Thanked: 5,610 times |
Joined on Aug 2008
@ Finland
|
#34
|
The Following User Says Thank You to attila77 For This Useful Post: | ||
|
2010-02-01
, 13:08
|
Posts: 53 |
Thanked: 90 times |
Joined on Nov 2009
@ Manaus, Brazil
|
#35
|
http://repository.maemo.org/ diablo/sdk free
Apparently devices get this repo if they install some of the dev packages. Thought it was standard (as it is on the N900), apparently not I'll try to dig up something specific (kernel-diablo-flasher ?) and replace maemo-version-dev... Suggestions welcome
The Following User Says Thank You to lizardo For This Useful Post: | ||
|
2010-02-01
, 13:45
|
Posts: 3,319 |
Thanked: 5,610 times |
Joined on Aug 2008
@ Finland
|
#36
|
AFAIK, it is not standard to have the SDK repositories on the tablet. People usually add it to get some dependencies, but AFAIK the default images do not have it added.
BTW, you don't have to depend on pymaemo-optify directly. In fact, this is not recommended. Simply depend on "python" (or "python2.5" to work with previous products) and pymaemo-optify will be pulled too.
|
2010-02-01
, 14:09
|
|
Posts: 95 |
Thanked: 41 times |
Joined on May 2006
@ New Jersey, USA
|
#37
|
|
2010-02-01
, 17:35
|
Posts: 53 |
Thanked: 90 times |
Joined on Nov 2009
@ Manaus, Brazil
|
#38
|
My concern was what about the people who are still on PR1.0 when they try to install a PyQt app from Extras ? Without explicit optification dependency, the bindings would not only be useless, but quite dangerous because of the NAND space they would use. But if you say that's not a problem, I can remove it, I'm not emotionally tied to that depencency
|
2010-02-01
, 17:38
|
Posts: 292 |
Thanked: 131 times |
Joined on Dec 2009
|
#39
|
|
2010-02-01
, 19:34
|
Posts: 3,319 |
Thanked: 5,610 times |
Joined on Aug 2008
@ Finland
|
#40
|
I'm a N900 and a Python noob, so forgive my lack of experience here...
I'm trying to run python2.5-qt4-doc on scratchbox. However, after installing it from extra-testing I'm having the following error:
-------
Traceback (most recent call last):
File "/usr/share/python2.5-qt4-doc/examples/demos/qtdemo/qtdemo.py", line 46, in ?
import sip
ImportError: No module named sip
-------
python2.5-sip4 is already installed. :-( Any ideas?
Regarding phonon, unfortunately webkit requires phonon (that's a Qt level thing), not much we can do about that. As for Python2.6 and phonon, we're in a bit different position than upstream so should be mostly safe from the problem that requires 2.6.
Blogging about mobile linux - The Penguin Moves!
Maintainer of PyQt (see introduction and docs), AppWatch, QuickBrownFox, etc