Re: Tkinter vs. py2exe problem

2007-12-05 Thread msunderwd
On Dec 5, 9:50 am, [EMAIL PROTECTED] wrote: Having a problem with compiling a Tkinter/python program using py2exe (and pyinstaller, for that matter)... I have several dialogs that are derived from the tkSimpleDialog.Dialog class. These work just fine if run through the interpreter. When I

Re: Tkinter vs. py2exe problem

2007-12-05 Thread msunderwd
On Dec 5, 9:50 am, [EMAIL PROTECTED] wrote: Having a problem with compiling a Tkinter/python program using py2exe (and pyinstaller, for that matter)... I have several dialogs that are derived from the tkSimpleDialog.Dialog class. These work just fine if run through the interpreter. When I

Re: Tkinter vs. py2exe problem

2007-12-05 Thread msunderwd
On Dec 5, 10:07 am, [EMAIL PROTECTED] wrote: On Dec 5, 9:50 am, [EMAIL PROTECTED] wrote: Having a problem with compiling a Tkinter/python program using py2exe (and pyinstaller, for that matter)... I have several dialogs that are derived from the tkSimpleDialog.Dialog class. These

Re: Tkinter vs. py2exe problem

2007-12-05 Thread msunderwd
On Dec 5, 10:46 am, [EMAIL PROTECTED] wrote: On Dec 5, 10:07 am, [EMAIL PROTECTED] wrote: On Dec 5, 9:50 am, [EMAIL PROTECTED] wrote: Having a problem with compiling a Tkinter/python program using py2exe (and pyinstaller, for that matter)... I have several dialogs that are derived

Tkinter vs. py2exe problem

2007-12-05 Thread msunderwd
Having a problem with compiling a Tkinter/python program using py2exe (and pyinstaller, for that matter)... I have several dialogs that are derived from the tkSimpleDialog.Dialog class. These work just fine if run through the interpreter. When I compile this with py2exe, I don't see any errors,

Re: Tkinter vs. py2exe problem

2007-12-05 Thread msunderwd
On Dec 5, 9:50 am, [EMAIL PROTECTED] wrote: Having a problem with compiling a Tkinter/python program using py2exe (and pyinstaller, for that matter)... I have several dialogs that are derived from the tkSimpleDialog.Dialog class. These work just fine if run through the interpreter. When I