Re: [pypy-dev] Interactive fails on pypy

2011-06-09 Thread Paolo Basso
Thanks for your help, I tryed to add the patch but still have the same problem... Attached are the msvcrt module as I modified it and the code I tryed to run. P 2011/6/8 Amaury Forgeot d'Arc > Hi, > > 2011/6/8 Paolo Basso : > > if msvcrt.kbhit(): > > AttributeError: 'module' object has no attr

Re: [pypy-dev] Understanding pypy

2011-06-09 Thread Carl Friedrich Bolz
On 06/09/2011 04:52 PM, Thomas Heller wrote: I have read the blog posts about 'writing an interpreter with pypy' with large interest, but not tried the code myself. It seems that if I restrict myself to the RPython subset, then I can write programs with python syntax, and compile them to standal

[pypy-dev] Understanding pypy

2011-06-09 Thread Thomas Heller
I have read the blog posts about 'writing an interpreter with pypy' with large interest, but not tried the code myself. It seems that if I restrict myself to the RPython subset, then I can write programs with python syntax, and compile them to standalone executables, optionally containing a jit c

Re: [pypy-dev] Patch: comtypes works with these changes.

2011-06-09 Thread Thomas Heller
Am 09.06.2011 16:32, schrieb Antonio Cuni: On 09/06/11 15:54, Thomas Heller wrote: Hello, here are patches against pypy 1.5 so that comtypes works with it (I hope it is acceptable to post patches here; I have no time to Hello Thomas, thank you for the patch. However, I fear that it might no

Re: [pypy-dev] Patch: comtypes works with these changes.

2011-06-09 Thread Thomas Heller
Am 09.06.2011 16:04, schrieb Laura Creighton: Thank you for the patches, which are most appreciated. If you have any more of them, can you send them to the bug tracker https://bugs.pypy.org/ ? Things posted to the mailing list sometimes get forgotten. Sure: https://bugs.pypy.org/issue743 Tho

Re: [pypy-dev] Patch: comtypes works with these changes.

2011-06-09 Thread Antonio Cuni
On 09/06/11 15:54, Thomas Heller wrote: > Hello, > > here are patches against pypy 1.5 so that comtypes works with it > (I hope it is acceptable to post patches here; I have no time to Hello Thomas, thank you for the patch. However, I fear that it might not work properly with the trunk version,

Re: [pypy-dev] Interactive fails on pypy

2011-06-09 Thread Amaury Forgeot d'Arc
Hi, 2011/6/9 Paolo Basso : > Thanks for the patch, is there a nightly build of pypy 1.5 somewhere or I > have to build it myself from updated source? In this second case is there a > "tutorial" on how to build the source? Unfortunately we cannot build win32 versions at the moment. Translating pyp

Re: [pypy-dev] Interactive fails on pypy

2011-06-09 Thread Paolo Basso
Thanks for the patch, is there a nightly build of pypy 1.5 somewhere or I have to build it myself from updated source? In this second case is there a "tutorial" on how to build the source? Thanks, P P.S. I look forward to attend the pypy sprint in Genoa at the end of this month, at least I can l

Re: [pypy-dev] Patch: comtypes works with these changes.

2011-06-09 Thread Laura Creighton
Thank you for the patches, which are most appreciated. If you have any more of them, can you send them to the bug tracker https://bugs.pypy.org/ ? Things posted to the mailing list sometimes get forgotten. Thank you, and thank you for the patches, Laura

Re: [pypy-dev] Patch: comtypes works with these changes.

2011-06-09 Thread Amaury Forgeot d'Arc
2011/6/9 Thomas Heller : > here are patches against pypy 1.5 so that comtypes works with it > (I hope it is acceptable to post patches here; I have no time to > learn mercurial at the moment). Please use our nice bug tracker so that the patch does not get lost https://bugs.pypy.org/ -- Amaury Fo

[pypy-dev] Patch: comtypes works with these changes.

2011-06-09 Thread Thomas Heller
Hello, here are patches against pypy 1.5 so that comtypes works with it (I hope it is acceptable to post patches here; I have no time to learn mercurial at the moment). Thanks, Thomas diff -x *.*~ -x *.orig -x *.pyc -ur c:\pypy-1.5.0a0-win32\lib_pypy/_ctypes/basics.py c:\pypy\lib_pypy/_ctypes/

Re: [pypy-dev] M.Sc. student introducing myself

2011-06-09 Thread Maciej Fijalkowski
On Wed, Jun 8, 2011 at 5:16 PM, Even wrote: > Hello, I'm a computer science student who intent to work on PyPy for > my M.Sc. thesis. > > I have been a passionate Python programmer for seven years, and I > additionally knows C, C++, Java, Oz, Lisp and Assembler. > > My academic interests are algor