From mboxrd@z Thu Jan 1 00:00:00 1970 To: 9fans@cse.psu.edu Date: Fri, 12 Jan 2007 09:42:33 +0000 From: prem Message-ID: <1168572807.981490.297830@i15g2000cwa.googlegroups.com> Content-Type: text/plain; charset="us-ascii" References: <1168518066.637264.323750@p59g2000hsd.googlegroups.com> Subject: Re: [9fans] help(os) with Python 2.4.x on Plan9 Topicbox-Message-UUID: 01e04f08-ead2-11e9-9d60-3106f5b1d025 Hi Ron, I have cross checked that the itertoolsmodule.c is compiled and linked to 8.libpython, which is then linked to 8.out and copied to /386/bin/python Let me know if this works for you. -Prem ron minnich wrote: > On 1/11/07, prem wrote: > > > /sys/lib/python/pyrec.py > > from itertools import islice > > --No module named itertools > > look in Plan9, I forget the file, and am not near a machine. > Basically, since we don't do module loading (yet), you have to > statically compile the modules in. I am betting that itertools is not > compiled in. grep os Plan9/*.c and you should find that file. > > I will try to post better answer once i am on a machine. > > Python is quite a maze of twisty passages, i'm finding. > > ron