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

2012-01-18 Thread Arnaud F
ed to rebuild pypy from source ? Thanks, Arnaud 2012/1/18 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

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

2012-01-18 Thread Arnaud F
11 from the librairies in setup.py and add a path to python27.lib, i get a lot of unresolved external symbols Thanks Arnaud 2012/1/17 Amaury Forgeot d'Arc > Hi, > > 2012/1/17 Arnaud F > >> When trying to build tkinter from source, i get the following errors : >> >

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

2012-01-17 Thread Arnaud F
Hi all, When trying to build tkinter from source, i get the following errors : src/_tkinter.c(33) : warning C4273: 'PyOS_InputHook' : inconsistent dll linkage src/_tkinter.c(32) : see previous definition of 'PyOS_InputHook' src/_tkinter.c(673) : warning C4996: 'strcpy': This function or v