[Pythonmac-SIG] Tkinter and the Help menu

Robin Dunn robin@alldunn.com
Tue, 04 Mar 2003 19:49:12 -0800


John Speno wrote:
> My original post is below. The gist of the problem was a funky 'Help' menu.
> 
> It turns out that this only happened when running my script with pythonw.
> If I launched the script in its own application bundle, the 'Help' menu was
> correct.
> 
> So, it looks like I can't count on pythonw to test my code. I don't get the
> difference between the two methods on the back end. Can somone explain it
> to me?
> 

wxPython apps run with pythonw get it too.  I assume it's because the 
resources for Python.app have it defined.  Jack, can this be removed?

-- 
Robin Dunn
Software Craftsman
http://wxPython.org  Java give you jitters?  Relax with wxPython!