Thanks Mickey. "import math" works now after installing python-math. I installed django on my neo[1] to show those iphone guys[2] what was up. I installed exactly as I would have in linux. It's just a matter of getting all the dependencies.
[1] http://www.flickr.com/photos/pitcherfamily/1217208876/in/pool-openmoko/ [2] http://www.flickr.com/photos/jacobian/1160698795/ On 8/23/07, Michael Lauer <[EMAIL PROTECTED]> wrote: > > Brad Pitcher wrote: > > I've installed all the python modules on my neo except > > python-compression, python-subprocess, and python-pygps, but I still > > can't import math: > > > [EMAIL PROTECTED]:/$ python > > Python 2.5.1 (r251:54863, Aug 21 2007, 08:06:16) > > [GCC 4.1.2] on linux2 > > Type "help", "copyright", "credits" or "license" for more information. > >>>> import math > > Traceback (most recent call last): > > File "<stdin>", line 1, in <module> > > ImportError: No module named math > >>>> > > > I know Mickey just got to work on python 2.5, so maybe this just hasn't > > been done yet. Is this a known issue? > > Only half of Python 2.5 gets build right now due to some build system > changes from Python 2.4 to 2.5 which I didn't notice until now. I'm on > it. You might want to watch the oe-commits list for changes :) > > Regards, > > :M: > -- > Michael 'Mickey' Lauer | IT-Freelancer | http://www.vanille-media.de > >

