OESF Portables Forum
Model Specific Forums => Sharp Zaurus => Zaurus - pdaXrom => Topic started by: radon88 on February 06, 2006, 01:37:26 am
-
Hi,
Python's help() function is not working.
I installed additional python-pydoc pacakges and urlparse.pyc and urllib.pyc from desktop's python lib(c:\python24\lib).
But, help() made a new error
>>> help()
Traceback (most recent call last):
File "", line 1, in ?
File "/usr/lib/python2.4/site.py", line 327, in __call__
File "/usr/lib/python2.4/pydoc.py", line 55, in ?
File "/usr/lib/python2.4/repr.py", line 6, in ?
ImportError: No module named itertools
So I googled itertools, but itertools is a built-in module.
Did pdaxrom guys exclude(or compile) itertools module intentionally?
Do I need another packages?
Cheers,
-
Hi,
Python's help() function is not working.
I installed additional python-pydoc pacakges and urlparse.pyc and urllib.pyc from desktop's python lib(c:\python24\lib).
But, help() made a new error
>>> help()
Traceback (most recent call last):
 File "", line 1, in ?
 File "/usr/lib/python2.4/site.py", line 327, in __call__
 File "/usr/lib/python2.4/pydoc.py", line 55, in ?
 File "/usr/lib/python2.4/repr.py", line 6, in ?
ImportError: No module named itertools
So I googled itertools, but itertools is a built-in module.
Did pdaxrom guys exclude(or compile) itertools module intentionally?
Do I need another packages?
Cheers,
[div align=\"right\"][a href=\"index.php?act=findpost&pid=113806\"][{POST_SNAPBACK}][/a][/div]
Why don't you install 'python_2.4.1_armv5tel.ipk'. This package include it.
-
Why don't you install 'python_2.4.1_armv5tel.ipk'. This package include it.
[div align=\"right\"][a href=\"index.php?act=findpost&pid=113808\"][{POST_SNAPBACK}][/a][/div]
Thank you for your kind advice.
What a size python_2.4.1_armv5tel.ipk has!