Changes between Initial Version and Version 1 of Ticket #61136, comment 1


Ignore:
Timestamp:
Sep 8, 2020, 1:27:11 PM (4 years ago)
Author:
danchr (Dan Villiom Podlaski Christiansen)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #61136, comment 1

    initial v1  
    11My best guess is that the means used for disabling `tkinter` don't actually work on the Python 2.7 version on PyPy, so that it in practice fell back to checking its precense — it picked up the system Tk. (Didn't older systems provide that?)
    22
    3 Gah… PyPy is ''really'' annoying to build and distribute… One day, I should fix that…
     3Gah… PyPy is ''really'' annoying to build and distribute… One day, I should fix that… (As an aside, I'd also like to adjust PyPy to use a regular directory layout and perhaps add support for to the Python PortGroup for using it, but that's more work for another day.)