Active Topics

 


Reply
Thread Tools
Posts: 2 | Thanked: 0 times | Joined on Aug 2010 @ The Hague
#1
Will somebody please explain how I can install Python on an N900? I don't need to be told what Python is (I've been programming in it for a living for 10 years). But I know nothing much about Maemo, or debian, or portable computing.

I've found a Qt download on Ovi, but it obviously won't work if I don't have Python. If I search for Python on Ovi, Nokia, or Maemo, the best I get is political discussion.

Please don't say, Google for it, or Look at the website. I've been searching for a week. I did find one alleged installer, but the Maemo's debian package manager declared it invalid with a message like "to be considered compatible the install must have section x with attribute y". Since that message is intended for the install author, the flaw is clearly fundamental: syntactic, rather than something about the environment I am trying to install it in.

I've obviously been looking in the wrong places, but will someone please explain where the right places are? And maybe take some pity on those who don't know where they are already?
 
Posts: 3,428 | Thanked: 2,856 times | Joined on Jul 2008
#2
You can either do it by hand in a terminal (you will need root):

Code:
apt-get install python2.5
Or, the easier way, is to an install an app that requires it from the default Application Manager. Something like PyQt4 will give you Python+QT4 wrappers. AFAIK, however, nothing from OVI should require python. They don't even allow python-related apps into the Ovi Store last I heard...
__________________
If I've helped you or you use any of my packages feel free to help me out.
-----------------------------------------------------------------------------------
Maintaining:
pyRadio - Pandora Radio on your N900, N810 or N800!
 

The Following User Says Thank You to fatalsaint For This Useful Post:
Posts: 146 | Thanked: 54 times | Joined on Apr 2010 @ Switzerland
#3
Did you try:
sudo apt-get install python2.5
 
Posts: 75 | Thanked: 125 times | Joined on Nov 2008
#4
um.. am i missing something here? im pretty sure python is already loaded out of the box.
Code:
~ $ python
Python 2.5.4 (r254:67916, Nov 26 2009, 22:24:46) 
[GCC 4.2.1] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>>
 

The Following User Says Thank You to jabawok For This Useful Post:
Posts: 3,428 | Thanked: 2,856 times | Joined on Jul 2008
#5
Originally Posted by jabawok View Post
um.. am i missing something here? im pretty sure python is already loaded out of the box.
Code:
~ $ python
Python 2.5.4 (r254:67916, Nov 26 2009, 22:24:46) 
[GCC 4.2.1] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>>
Very likely. But it's used in so many apps now it's hard to tell as half the apps in HAM would pull it as a dependency anyway.
__________________
If I've helped you or you use any of my packages feel free to help me out.
-----------------------------------------------------------------------------------
Maintaining:
pyRadio - Pandora Radio on your N900, N810 or N800!
 
Posts: 3,319 | Thanked: 5,610 times | Joined on Aug 2008 @ Finland
#6
Originally Posted by BoarGules View Post
I've obviously been looking in the wrong places, but will someone please explain where the right places are? And maybe take some pity on those who don't know where they are already?
You don't need to do anything complicated, just go to the application manager and install the PyQt Demo package. It will transparently install Python, Qt and the bindings themselves, accompanied by a few cool runnable demos.
__________________
Blogging about mobile linux - The Penguin Moves!
Maintainer of PyQt (see introduction and docs), AppWatch, QuickBrownFox, etc
 
Posts: 402 | Thanked: 229 times | Joined on Nov 2009 @ Missouri, USA
#7
Originally Posted by jabawok View Post
um.. am i missing something here? im pretty sure python is already loaded out of the box.
Code:
~ $ python
Python 2.5.4 (r254:67916, Nov 26 2009, 22:24:46) 
[GCC 4.2.1] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>>
It's not. In most linux distros it is, but in the smaller ones (puppy, dsl, maemo 5)) it isn't.

As for the 'sudo apt-get install' suggestion, that won't work either, because sudo is not set up 'properly' on the n900. This will work though:
Code:
sudo gainroot
apt-get install python2.5
Of course, to do it that way, you'll have to have rootsh from HAM installed. Alternatively, as suggested above, download PyQt (or PySide) and it will automatically pull in python.
__________________
aspidites | blog | aspidites@inbox.com
 
Reply


 
Forum Jump


All times are GMT. The time now is 12:10.