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 <[EMAIL PROTECTED]> 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

Reply via email to