[pypy-dev] Interactive fails on pypy

Paolo Basso pa.basso at gmail.com
Wed Jun 8 11:27:48 CEST 2011


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

P

2011/6/8 Caleb Hattingh <caleb.hattingh at gmail.com>

> On 8 June 2011 11:15, Paolo Basso <pa.basso at 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
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/pypy-dev/attachments/20110608/28bb8329/attachment.html>


More information about the pypy-dev mailing list