Re: [pypy-dev] PyPy 1.6 not working on Windows XP

2011-10-06 Thread Martin Kretschmar
Hello, Microsofts free WinDbg (http://en.wikipedia.org/wiki/WinDbg) can also attach to running processes. Regards, Martin Ram Rachum r...@rachum.com schrieb: Hey guys, I upgraded to PyPy 1.6 on my 2 Windows XP 32 bit machines. It crashes on both system when running the GarlicSim

Re: [pypy-dev] PyPy 1.6 not working on Windows XP

2011-10-06 Thread Amaury Forgeot d'Arc
Hi, 2011/10/5 Martin Kretschmar kretschmar-mar...@t-online.de: Microsofts free WinDbg (http://en.wikipedia.org/wiki/WinDbg) can also attach to running processes. A release build of pypy contains no debug information Believe me, a debugger won't show anything useful. It's already difficult

[pypy-dev] Contributing

2011-10-06 Thread Jez
Hi all, I am a college student interested in contributing to PyPy. I am not too sure exactly what I would like to work on, but I would ultimately like to get involved with the core JIT code, and I would prefer to work on improving the generated code rather than working on tools like the

[pypy-dev] PyCon 2012

2011-10-06 Thread Armin Rigo
Hi all, The deadline for submitting talks to the US PyCon 2012 conference is already coming: October 12. Armin ___ pypy-dev mailing list pypy-dev@python.org http://mail.python.org/mailman/listinfo/pypy-dev

Re: [pypy-dev] Contributing

2011-10-06 Thread Maciej Fijalkowski
On Thu, Oct 6, 2011 at 10:23 AM, Jez jezr...@gmail.com wrote: Hi all, I am a college student interested in contributing to PyPy. I am not too sure exactly what I would like to work on, but I would ultimately like to get involved with the core JIT code, and I would prefer to work on improving

Re: [pypy-dev] Can't pickle a numpy object?

2011-10-06 Thread Hakan Ardo
Hi, I think what you need to add is a __reduce__ method. We have support for pickling array.array. Search for reduce in pypy/module/array/interp_array.py to get an idea of how it was implemented. If there are deeper issues that makes pickling more complicated for numpy arrays I dont know... On

Re: [pypy-dev] Why `pypy-c.exe`?

2011-10-06 Thread Benjamin Peterson
2011/10/6 Ram Rachum r...@rachum.com: Why is PyPy's executable called `pypy-c.exe` on Windows? I just renamed mine to `pypy.exe`, is that okay? Because it's generated by the C backend. -- Regards, Benjamin ___ pypy-dev mailing list

[pypy-dev] Bugs in using `easy_install` in PyPy 1.6 on Windows

2011-10-06 Thread Ram Rachum
Hey, I remember that I had trouble using `easy_install` when I was just setting up PyPy 1.6 on my XP box. I had no time to document it at that time, but I believe my workflow was to download and run distribute_setup.py, then do `easy_install pip`, and then `pip install nose`, and it didn't work

Re: [pypy-dev] Why `pypy-c.exe`?

2011-10-06 Thread Ram Rachum
On Thu, Oct 6, 2011 at 3:16 PM, Benjamin Peterson benja...@python.orgwrote: 2011/10/6 Ram Rachum r...@rachum.com: Why is PyPy's executable called `pypy-c.exe` on Windows? I just renamed mine to `pypy.exe`, is that okay? Because it's generated by the C backend. -- Regards, Benjamin

Re: [pypy-dev] Why `pypy-c.exe`?

2011-10-06 Thread Benjamin Peterson
2011/10/6 Ram Rachum r...@rachum.com: On Thu, Oct 6, 2011 at 3:16 PM, Benjamin Peterson benja...@python.org wrote: 2011/10/6 Ram Rachum r...@rachum.com: Why is PyPy's executable called `pypy-c.exe` on Windows? I just renamed mine to `pypy.exe`, is that okay? Because it's generated by

Re: [pypy-dev] Why `pypy-c.exe`?

2011-10-06 Thread Benjamin Peterson
2011/10/6 Benjamin Peterson benja...@python.org: 2011/10/6 Ram Rachum r...@rachum.com: On Thu, Oct 6, 2011 at 3:16 PM, Benjamin Peterson benja...@python.org wrote: 2011/10/6 Ram Rachum r...@rachum.com: Why is PyPy's executable called `pypy-c.exe` on Windows? I just renamed mine to 

Re: [pypy-dev] Bugs in using `easy_install` in PyPy 1.6 on Windows

2011-10-06 Thread Amaury Forgeot d'Arc
2011/10/6 Ram Rachum r...@rachum.com: I remember that I had trouble using `easy_install` when I was just setting up PyPy 1.6 on my XP box. I had no time to document it at that time, but I believe my workflow was to download and run distribute_setup.py, then do `easy_install pip`, and then

Re: [pypy-dev] Bugs in using `easy_install` in PyPy 1.6 on Windows

2011-10-06 Thread Ram Rachum
On Thu, Oct 6, 2011 at 3:37 PM, Amaury Forgeot d'Arc amaur...@gmail.comwrote: 2011/10/6 Ram Rachum r...@rachum.com: I remember that I had trouble using `easy_install` when I was just setting up PyPy 1.6 on my XP box. I had no time to document it at that time, but I believe my workflow was