The main problem with Tkinter on windows is that it requires shipping the tk/tcl runtime It ends up in the <python_install>/tcl directory. So I need to figure out a reliable way to do this in package.py, like python does in http://hg.python.org/cpython/file/c27237d57231/Tools/msi/msi.py (lines 1024 or so) . I would suggest that we ship pypy2.2 without a functioning Tkinter module, to be consistent with all previous pypy versions :) Matti
On Thu, Nov 14, 2013 at 9:58 AM, Armin Rigo <ar...@tunes.org> wrote: > Hi Matti, > > On Wed, Nov 13, 2013 at 1:01 AM, Matti Picus <matti.pi...@gmail.com> > wrote: > > The sqlite3 issue was easy, we can simply replace the one on the buildbot > > with the 3.6.21 version. > > I saw the fix. Thanks! > > > I have opened a branch for the tkinter changes, since they require a bit > > more work. > > What is the status of this 'windows-packaging' branch? > > > Armin. >
_______________________________________________ pypy-dev mailing list pypy-dev@python.org https://mail.python.org/mailman/listinfo/pypy-dev