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

