On 10/24/07, Alan Gauld <[EMAIL PROTECTED]> wrote:
>
> "bhaaluu" <[EMAIL PROTECTED]> wrote
>
> >>>> import msvcrt
> > Traceback (most recent call last):
> >  File "<stdin>", line 1, in ?
> > ImportError: No module named msvcrt
> >>>>
>
> You are on Linux so you'll need to port it to use curses instead of
> msvcrt...
>
> Alan G

Thanks Alan!
I had absolutely no clue what mscrt was.

>>> help ("curses")

Whew!
There's quite a bit in that one!
-- 
b h a a l u u at g m a i l dot c o m
http://www.geocities.com/ek.bhaaluu/index.html
_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to