From mboxrd@z Thu Jan 1 00:00:00 1970 To: 9fans@cse.psu.edu Date: Thu, 11 Jan 2007 12:25:29 +0000 From: prem Message-ID: <1168518066.637264.323750@p59g2000hsd.googlegroups.com> Content-Type: text/plain; charset="iso-8859-1" Subject: [9fans] help(os) with Python 2.4.x on Plan9 Topicbox-Message-UUID: 016bb3c8-ead2-11e9-9d60-3106f5b1d025 Hi all, With the provided 2.4.3, i compiled Python-2.4.4. on Plan9. works great otherwise except providing help $python [Blah compiled with 8c] Python version 2.4.4 >>> import os >>> help(os) this gives me a lot of errors .... /sys/lib/python/pyrec.py from itertools import islice --No module named itertools Anybody have any idea -Prem