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,