Author Topic: Python's Help() Not Working  (Read 2656 times)

radon88

  • Newbie
  • *
  • Posts: 14
    • View Profile
Python's Help() Not Working
« 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,
« Last Edit: February 06, 2006, 01:38:57 am by radon88 »

2or0

  • Full Member
  • ***
  • Posts: 217
    • View Profile
    • http://
Python's Help() Not Working
« Reply #1 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.
Zaurus SL-C3200 with Debian armel of kernel 2.6.24-yonggun
Ambicom WL1100C WLAN
1 GB Sandisk SD / 1 GB Lexar SD / 256 MB Dane-Elec CF
-----
Blog http://yonggun.tistory.com (English/Korean)

radon88

  • Newbie
  • *
  • Posts: 14
    • View Profile
Python's Help() Not Working
« Reply #2 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!