Re: [Pythonmac-SIG] TKinter problem

2005-10-27 Thread Tom Pollard
On Oct 26, 2005, at 3:18 AM, Mark Asbach wrote: >> Tkinter command I get a "no display name and no $DISPLAY environment >> variable" error, e.g. > > obviously, you are using a version of Tkinter that relies on the > X11 Window environment. Just start your python code from apple's / > Applicatio

Re: [Pythonmac-SIG] TKinter problem

2005-10-26 Thread Mark Asbach
Hi Toby, > Tkinter command I get a "no display name and no $DISPLAY environment > variable" error, e.g. obviously, you are using a version of Tkinter that relies on the X11 Window environment. Just start your python code from apple's / Applications/Utilities/X11.app or one of the open source X

[Pythonmac-SIG] TKinter problem

2005-10-25 Thread Toby Donaldson
Hi, I'm running Python 2.4.1 on Mac OS X 10.4, and whenever I run a Tkinter command I get a "no display name and no $DISPLAY environment variable" error, e.g. >>> import Tkinter >>> Tkinter.Toplevel() Traceback (most recent call last): File "", line 1, in ? File "/opt/local/Library/Framework

Re: [Pythonmac-SIG] Tkinter problem in a forked

2005-06-06 Thread Russell E. Owen
In article <[EMAIL PROTECTED]>, Bob Ippolito <[EMAIL PROTECTED]> wrote: > eric texier wrote: > > Thank you for you quick anwser. > > I am getting an error well documented: > > RuntimeError: _tkinter.createfilehandler not supported for threaded > > Tcl > > I am using the Aqua Batteries-Included an

Re: [Pythonmac-SIG] Tkinter problem in a forked

2005-06-05 Thread Bob Ippolito
On Jun 5, 2005, at 9:28 PM, eric texier wrote: > --- Bob Ippolito <[EMAIL PROTECTED]> wrote: > >> >> On Jun 4, 2005, at 8:05 AM, Eric Texier wrote: >> >> >>> I am having trouble with running tk in a child process. the code >>> >> >> >>> worked >>> on linux. >>> It crashed with the following messa

Re: [Pythonmac-SIG] Tkinter problem in a forked

2005-06-05 Thread eric texier
Thank you for you quick anwser. I am getting an error well documented: RuntimeError: _tkinter.createfilehandler not supported for threaded Tcl I am using the Aqua Batteries-Included and I was wondering if it was easy/recommended to rebuild the package with the single threaded option or will the x

Re: [Pythonmac-SIG] Tkinter problem in a forked

2005-06-04 Thread Bob Ippolito
On Jun 4, 2005, at 8:05 AM, Eric Texier wrote: > I am having trouble with running tk in a child process. the code > worked > on linux. > It crashed with the following message: > > creating window in receptionist > Tcl_FinalizeNotifier: notifier pipe not initialized > Abort > > Any idea if it's

[Pythonmac-SIG] Tkinter problem in a forked

2005-06-04 Thread Eric Texier
Hi, I am having trouble with running tk in a child process. the code worked on linux. It crashed with the following message: creating window in receptionist Tcl_FinalizeNotifier: notifier pipe not initialized Abort Any idea if it's a bug or something extra that I need to do of macox. Thanks, Eri