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
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
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
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
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
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
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
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