[issue1584] Mac OS X: building with X11 Tkinter

2013-10-25 Thread Ned Deily
Ned Deily added the comment: Committed to default for release in 3.4.0. With the consent of the release managers, this change has been backported to 2.7 (for release in 2.7.6) and 3.3 (for 3.3.3) in support of Issue15663. -- resolution: -> fixed stage: patch review -> committed/rejec

[issue1584] Mac OS X: building with X11 Tkinter

2013-10-25 Thread Roundup Robot
Roundup Robot added the comment: New changeset e7474d4d85ca by Ned Deily in branch '2.7': Issue #1584: Provide options to override default search paths for Tcl and Tk http://hg.python.org/cpython/rev/e7474d4d85ca New changeset d7662958b27a by Ned Deily in branch '3.3': Issue #1584: Provide optio

[issue1584] Mac OS X: building with X11 Tkinter

2013-09-06 Thread Roundup Robot
Roundup Robot added the comment: New changeset 0986e4f5750d by Ned Deily in branch 'default': Issue #1584: Provide options to override default search paths for Tcl and Tk http://hg.python.org/cpython/rev/0986e4f5750d -- nosy: +python-dev ___ Python tr

[issue1584] Mac OS X: building with X11 Tkinter

2013-09-05 Thread Ned Deily
Ned Deily added the comment: Here's a patch. It is simple-minded but I think it should be powerful enough for advanced users to build with non-default Tcl and Tk libraries without having to modify the source. It adds two new options to configure; if used, both must be specified: ./configur

[issue1584] Mac OS X: building with X11 Tkinter

2013-03-13 Thread Ezio Melotti
Changes by Ezio Melotti : -- versions: +Python 3.4 -Python 3.3 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: h

[issue1584] Mac OS X: building with X11 Tkinter

2013-01-03 Thread Samuel John
Samuel John added the comment: Hello from Homebrew (Mac)! Indeed we also patch setup.py (but right now only for python2.7) and uncommented the "detect_tkinter_darwin" related lines to support linking against a Tkinter build with homebrew (optionally with X11 support). (Our patch: https://gith

[issue1584] Mac OS X: building with X11 Tkinter

2012-04-03 Thread Andrew Svetlov
Andrew Svetlov added the comment: Thank you, Ned. -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mai

[issue1584] Mac OS X: building with X11 Tkinter

2012-04-03 Thread Ned Deily
Ned Deily added the comment: It certainly is still possible to patch current Pythons to build with the X11 Tk 8.5 on OS X. For example, the current MacPorts Python ports use an X11 Tk 8.5. Considering all the issues that have arisen with the other Tcl/Tk implementations on OS X (i.e. Cocoa

[issue1584] Mac OS X: building with X11 Tkinter

2012-04-03 Thread Andrew Svetlov
Andrew Svetlov added the comment: Is there actual? -- nosy: +asvetlov versions: +Python 3.3 -Python 3.2 ___ Python tracker ___ ___ Pyt

[issue1584] Mac OS X: building with X11 Tkinter

2010-09-20 Thread C. E. Ball
C. E. Ball added the comment: Sorry, I don't have a Mac, and I don't have access to one that I could use to make a patch. At the time, I was trying to support OS X users of a piece of Python/Tkinter software. Please do not keep this issue open on my account. Thanks, Chris -- _

[issue1584] Mac OS X: building with X11 Tkinter

2010-09-18 Thread Mark Lawrence
Mark Lawrence added the comment: This will go nowhere unless someone supplies a patch. -- nosy: +BreamoreBoy versions: +Python 3.2 -Python 2.7, Python 3.1 ___ Python tracker ___

[issue1584] Mac OS X: building with X11 Tkinter

2009-09-06 Thread Ronald Oussoren
Changes by Ronald Oussoren : -- stage: -> needs patch ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://ma

[issue1584] Mac OS X: building with X11 Tkinter

2009-05-11 Thread R. David Murray
Changes by R. David Murray : -- nosy: -r.david.murray ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://ma

[issue1584] Mac OS X: building with X11 Tkinter

2009-03-30 Thread Ronald Oussoren
Ronald Oussoren added the comment: Adding support for building an X11 version of Tkinter would require an explicit flag to configure, defaulting to a build that uses AquaTk (which most people would like to use). I'm not interested in creating a patch for this, but am willing to review patche

[issue1584] Mac OS X: building with X11 Tkinter

2009-03-29 Thread R. David Murray
R. David Murray added the comment: Reopening since additional feedback was provided clarifying the request. How does this request interact with the business about building the Mac installer with a local tk installed? Does the fact that that does something useful mean that this request is in fa

[issue1584] Mac OS X: building with X11 Tkinter

2007-12-11 Thread C. E. Ball
C. E. Ball added the comment: I apologize for the confusion: I put the modified file first and the original second. Sorry about that! An option to do nothing special to find Tk and Tcl on darwin is what would be useful. __ Tracker <[EMAIL PROTECTED]>

[issue1584] Mac OS X: building with X11 Tkinter

2007-12-11 Thread Georg Brandl
Georg Brandl added the comment: Crys: look closely at the diff, the "0 and " is in the modified file. -- nosy: +georg.brandl __ Tracker <[EMAIL PROTECTED]> __ _

[issue1584] Mac OS X: building with X11 Tkinter

2007-12-11 Thread Christian Heimes
Christian Heimes added the comment: The problem is already fixed in svn. Can you download a svn checkout and verify it that the code is working? 41848 skip.montanaro if (platform == 'darwin' and -- nosy: +tiran priority: -> normal resolution: -> out of date status: open -> pen

[issue1584] Mac OS X: building with X11 Tkinter

2007-12-10 Thread C. E. Ball
New submission from C. E. Ball: On OS X, I wanted to build my own copy of Python that used my own copy of Tkinter (built for X11). To do this, I passed "LDFLAGS=-rpath,/path/to/lib" to configure so that Python could find my specific lib files, but I also had to edit Python's setup.py so that de