Re: Tkinter problem on Mac OS X

2006-04-10 Thread Russell E. Owen
In article [EMAIL PROTECTED], [EMAIL PROTECTED] (Andrew Trevorrow) wrote: Our app uses embedded Python to allow users to run arbitrary scripts. Scripts that import Tkinter run fine on Windows, but on Mac OS X there is a serious problem. After a script does root = Tk() our app's menus are

Tkinter problem on Mac OS X

2006-04-09 Thread Andrew Trevorrow
Our app uses embedded Python to allow users to run arbitrary scripts. Scripts that import Tkinter run fine on Windows, but on Mac OS X there is a serious problem. After a script does root = Tk() our app's menus are permanently changed in the following way: - The top item in the application menu

Re: Tkinter problem on Mac OS X

2006-04-09 Thread James Stroud
Andrew Trevorrow wrote: Our app uses embedded Python to allow users to run arbitrary scripts. Scripts that import Tkinter run fine on Windows, but on Mac OS X there is a serious problem. After a script does root = Tk() our app's menus are permanently changed in the following way: - The top