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?
Thanks,
Brad

Reply via email to