From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <13426df10701110757we60132fjb65b4a35b72b5238@mail.gmail.com> Date: Thu, 11 Jan 2007 08:57:17 -0700 From: "ron minnich" To: "Fans of the OS Plan 9 from Bell Labs" <9fans@cse.psu.edu> Subject: Re: [9fans] help(os) with Python 2.4.x on Plan9 In-Reply-To: <1168518066.637264.323750@p59g2000hsd.googlegroups.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <1168518066.637264.323750@p59g2000hsd.googlegroups.com> Topicbox-Message-UUID: 0170fa04-ead2-11e9-9d60-3106f5b1d025 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