Re: [pypy-dev] Tkinter-pypy not building on windows

2012-01-18 Thread Arnaud F
The reference to X11.lib comes from the original setup.py. The reference to python27.lib seems to come from distutils (build_ext.py, in the get_libraries method) I didn't find any .lib file in my pypy installation (the standard binaries version 1.7 32bits for windows), just some dlls. Do I need to

Re: [pypy-dev] Tkinter-pypy not building on windows

2012-01-18 Thread Amaury Forgeot d'Arc
2012/1/18 Arnaud F > Still no luck. > I made sure that i am using the correct version of tcl/tk and tested the > compilation of tkinter with python27 and it worked. > With pypy, i still have to define WITH_THREAD (it's defined in pyconfig.h > for python27 but not in pypy-1.7); I also had to modif

Re: [pypy-dev] Tkinter-pypy not building on windows

2012-01-18 Thread Arnaud F
Still no luck. I made sure that i am using the correct version of tcl/tk and tested the compilation of tkinter with python27 and it worked. With pypy, i still have to define WITH_THREAD (it's defined in pyconfig.h for python27 but not in pypy-1.7); I also had to modify the setup.py since i used tcl

Re: [pypy-dev] Some NumPyPy propositions

2012-01-18 Thread Dmitrey
On 01/18/2012 01:26 PM, Carl Friedrich Bolz wrote: On 01/18/2012 11:27 AM, Dmitrey wrote: > As for the table, if you think it's hard to create and maintain, I could > create it by myself, fill by currently done functions, share edit > permission with you, and you will share it with other volunt

Re: [pypy-dev] Some NumPyPy propositions

2012-01-18 Thread Carl Friedrich Bolz
On 01/18/2012 11:27 AM, Dmitrey wrote: > As for the table, if you think it's hard to create and maintain, I could > create it by myself, fill by currently done functions, share edit > permission with you, and you will share it with other volunteers, to > keep them and other people of numpy funcs t

Re: [pypy-dev] Some NumPyPy propositions

2012-01-18 Thread Peter Cock
On Wed, Jan 18, 2012 at 10:27 AM, Dmitrey wrote: > Hi, > > I have compared contains of numpy and numpypy, numpy has 551 entries (and > some of them are modules with lots of other funcs, like linalg or fft), > while nympypy has only 121 entry - thus, I guess, numpypy still is too far > from full nu

Re: [pypy-dev] Some NumPyPy propositions

2012-01-18 Thread Dmitrey
Hi, On 01/17/2012 08:57 PM, Dmitrey wrote: On 01/17/2012 08:35 PM, Maciej Fijalkowski wrote: On Tue, Jan 17, 2012 at 8:22 PM, Dmitrey wrote: Well, it doesn't matter essentially, from the code I just see it parses dir(numpypy) and doesn't provide information on the funcs been worked on, thus