Yep... Are there plans to implement the missing functions?
Thanks,

P

2011/6/8 Caleb Hattingh <caleb.hatti...@gmail.com>

> On 8 June 2011 11:15, Paolo Basso <pa.ba...@gmail.com> wrote:
>
>> I tryed to run the attached code with pypy but it fails (it works
>> correctly with python 2.6).
>> Can anybody tell me why? Thanks.
>>
>
> Error is this:
>
> 0
> Traceback (most recent call last):
> File "app_main.py", line 53, in run_toplevel
> File "test.py", line 25, in <module>
> it.ESC_test("TEST",1.0)
> File "test.py", line 14, in ESC_test
> if msvcrt.kbhit():
> AttributeError: 'module' object has no attribute 'kbhit'
>
> Maybe this message in lib_pypy/msvcrt.py line 7 has something to do with
> it:
>
> # XXX incomplete: implemented only functions needed by subprocess.py
>
>
_______________________________________________
pypy-dev mailing list
pypy-dev@python.org
http://mail.python.org/mailman/listinfo/pypy-dev

Reply via email to