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
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
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
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
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
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
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