This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Cygwin _tkinter Tcl/Tk 8.4 patch
Type: Stage:
Components: Distutils Versions:
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: jlt63 Nosy List: jlt63, nnorwitz
Priority: normal Keywords: patch

Created on 2003-01-29 15:24 by jlt63, last changed 2022-04-10 16:06 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
setup.py.diff jlt63, 2003-01-29 15:25
Messages (4)
msg42568 - (view) Author: Jason Tishler (jlt63) * (Python triager) Date: 2003-01-29 15:24
The (to be) attached patch enables Cygwin Python
to build _tkinter against Tcl/Tk 8.4. Note that this
patch just reverts the lib_prefix (i.e., "cyg") portion
of my Tcl/Tk 8.3 patch. It seems that Cygwin Tcl/Tk
is using a more normal file naming convention again.
msg42569 - (view) Author: Jason Tishler (jlt63) * (Python triager) Date: 2003-01-29 15:25
Logged In: YES 
user_id=86216

Attaching patch to workaround (still?) broken SF.
msg42570 - (view) Author: Neal Norwitz (nnorwitz) * (Python committer) Date: 2003-02-05 02:56
Logged In: YES 
user_id=33168

Looks fine to me.  I finally submitted a bug report to SF.  

http://sf.net/tracker/?func=detail&atid=200001&aid=675910&group_id=1
msg42571 - (view) Author: Jason Tishler (jlt63) * (Python triager) Date: 2003-02-05 15:13
Logged In: YES 
user_id=86216

Checked in as setup.py 1.142.
History
Date User Action Args
2022-04-10 16:06:17adminsetgithub: 37863
2003-01-29 15:24:47jlt63create