OESF Portables Forum

Model Specific Forums => Sharp Zaurus => Zaurus - pdaXrom => Topic started by: radon88 on February 06, 2006, 01:37:26 am

Title: Python's Help() Not Working
Post 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

Code: [Select]
>>> 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,
Title: Python's Help() Not Working
Post by: 2or0 on February 06, 2006, 01:51:45 am
Quote
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

Code: [Select]
>>> 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.
Title: Python's Help() Not Working
Post by: radon88 on February 06, 2006, 03:24:50 am
Quote
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!