Re: OS X Menubar in Tkinter

2014-10-28 Thread Chris Angelico
On Wed, Oct 29, 2014 at 2:47 AM, Simon Kennedy wrote: > On Thursday, 23 October 2014 20:02:43 UTC+1, Chris Angelico wrote: >> I don't think it's possible to auto-solve the Google Groups formatting >> issues at the mailing list level, as the fundamental problem is that >> information isn't being t

Re: OS X Menubar in Tkinter

2014-10-28 Thread Rustom Mody
On Tuesday, October 28, 2014 9:18:09 PM UTC+5:30, Simon Kennedy wrote: > On Thursday, 23 October 2014 20:02:43 UTC+1, Chris Angelico wrote: > > I don't think it's possible to auto-solve the Google Groups formatting > > issues at the mailing list level, as the fundamental problem is that > > inform

Re: OS X Menubar in Tkinter

2014-10-28 Thread Simon Kennedy
On Thursday, 23 October 2014 20:02:43 UTC+1, Chris Angelico wrote: > I don't think it's possible to auto-solve the Google Groups formatting > issues at the mailing list level, as the fundamental problem is that > information isn't being transmitted. (Forcing everything to be wrapped > and forcing

Re: OS X Menubar in Tkinter

2014-10-23 Thread Chris Angelico
On Fri, Oct 24, 2014 at 4:32 AM, Terry Reedy wrote: > I have asked on python-list-admin that the same info be sent to new gg > posters automatically and privately, or that the extra blanks be filtered > out, but to no avail. I don't think it's possible to auto-solve the Google Groups formatting i

Re: OS X Menubar in Tkinter

2014-10-23 Thread Terry Reedy
On 10/23/2014 9:25 AM, Kevin Walzer wrote: On 10/21/14, 1:58 AM, Mark Lawrence wrote: I'm pleased to see that you have an answer. In return would you please access this list via https://mail.python.org/mailman/listinfo/python-list or read and action this https://wiki.python.org/moin/GoogleGroup

Re: OS X Menubar in Tkinter

2014-10-23 Thread Kevin Walzer
On 10/21/14, 1:58 AM, Mark Lawrence wrote: I'm pleased to see that you have an answer. In return would you please access this list via https://mail.python.org/mailman/listinfo/python-list or read and action this https://wiki.python.org/moin/GoogleGroupsPython to prevent us seeing double line spa

Re: OS X Menubar in Tkinter

2014-10-21 Thread Noble Bell
On Tuesday, October 21, 2014 12:59:08 AM UTC-5, Mark Lawrence wrote: > On 21/10/2014 02:34, Noble Bell wrote: > I'm pleased to see that you have an answer. In return would you please > > access this list via > > https://mail.python.org/mailman/listinfo/python-list or read and action > > th

Re: OS X Menubar in Tkinter

2014-10-20 Thread Mark Lawrence
On 21/10/2014 02:34, Noble Bell wrote: Creating the app with py2app fixed my problem. I'm pleased to see that you have an answer. In return would you please access this list via https://mail.python.org/mailman/listinfo/python-list or read and action this https://wiki.python.org/moin/Googl

Re: OS X Menubar in Tkinter

2014-10-20 Thread Noble Bell
On Monday, October 20, 2014 5:47:14 AM UTC-5, Noble Bell wrote: > On Sunday, October 19, 2014 7:49:34 PM UTC-5, Ned Deily wrote: > > > In article , > > > > > > Noble Bell wrote: > > > > > > > I am using Python 3.4 on Mac OS X and Tinter 8.5. Does anyone have any > > > code > > > > > >

Re: OS X Menubar in Tkinter

2014-10-20 Thread Noble Bell
On Sunday, October 19, 2014 7:49:34 PM UTC-5, Ned Deily wrote: > In article , > > Noble Bell wrote: > > > I am using Python 3.4 on Mac OS X and Tinter 8.5. Does anyone have any code > > > that they would share with me on how to remove the "Python" menu in the > > > menubar at the top next t

Re: OS X Menubar in Tkinter

2014-10-19 Thread Gregory Ewing
Ned Deily wrote: The name that shows up in the menu is derived by OS X from the application name in the executing application bundle. I found a hackish way to change it at run time while working on PyGUI, but it requires using PyObjC: from Foundation import NSBundle def change_application

Re: OS X Menubar in Tkinter

2014-10-19 Thread Ned Deily
In article , Noble Bell wrote: > I am using Python 3.4 on Mac OS X and Tinter 8.5. Does anyone have any code > that they would share with me on how to remove the "Python" menu in the > menubar at the top next to the "apple'? > > I would like to have the name of my program there instead and my

OS X Menubar in Tkinter

2014-10-19 Thread Noble Bell
I am using Python 3.4 on Mac OS X and Tinter 8.5. Does anyone have any code that they would share with me on how to remove the "Python" menu in the menubar at the top next to the "apple'? I would like to have the name of my program there instead and my menu. I can add menus but not sure how to