In article <d80a7264-c2e3-40b1-be19-d349be889...@mac.com>, w...@mac.com 
wrote:
> On Oct 31, 2012, at 9:11 PM, Kevin Walzer <k...@codebykevin.com> wrote: 
> > On 10/31/12 5:48 PM, w...@mac.com wrote:
> >> applemenu = Menu(menubar, tearoff = FALSE)
> > 
> > Add the apple name to the menu object, cf:
> > 
> > applemenu = Menu(menubar, tearoff = FALSE, name='apple')
> > 
> > That works for me.
> Thanks, that DOES work for the version packaged up with py2app.  I guess 
> there really just isn't anything to do for it when it is running directly in 
> the interpreter.

It works for me.  Py2app should have nothing to do with tkinter menus 
other than possibly the application name.  The code should work equally 
well in the interpreter or with a py2app-bundled app.  Are you sure you 
are invoking the right interpreter if you are depending on the shebang 
line?

-- 
 Ned Deily,
 n...@acm.org

_______________________________________________
Pythonmac-SIG maillist  -  Pythonmac-SIG@python.org
http://mail.python.org/mailman/listinfo/pythonmac-sig
unsubscribe: http://mail.python.org/mailman/options/Pythonmac-SIG

Reply via email to