[Tutor] Looking to improve my stopWatch.py

Alan Gauld alan.gauld at btinternet.com
Thu Oct 25 01:04:19 CEST 2007


"bhaaluu" <bhaaluu at gmail.com> 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 




More information about the Tutor mailing list