That's a Python (Tkinter) scripting error.

Are you running netcfg from within X?

When I try to run netcfg from within an ssh session, I get the following
errors:

Traceback (innermost last):
  File "/usr/lib/rhs/netcfg/netcfg.py", line 24, in ?
    from rhtkinter import *
  File "/usr/lib/rhs/python/rhtkinter.py", line 52, in ?
    e = Entry()
  File "/usr/lib/python1.5/lib-tk/Tkinter.py", line 1288, in __init__
    Widget.__init__(self, master, 'entry', cnf, kw)
  File "/usr/lib/python1.5/lib-tk/Tkinter.py", line 1042, in __init__
    BaseWidget._setup(self, master, cnf)
  File "/usr/lib/python1.5/lib-tk/Tkinter.py", line 1017, in _setup
    _default_root = Tk()
  File "/usr/lib/python1.5/lib-tk/Tkinter.py", line 844, in __init__
    self.tk = _tkinter.create(screenName, baseName, className)
TclError: no display name and no $DISPLAY environment variable

These errors are similar to the ones you got (especially the first
error) - try running it within X and see what happens. I suspect the
problem is not in the Python script itself.

Regards.

Sean Conway
[EMAIL PROTECTED]

----- Original Message -----
From: Bryan Zera <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, September 07, 1999 11:50 AM
Subject: netcfg goes ca-ca


> I tried netcfg to get my NE2000 compatable working ... much to my
chagrin, I
> got the following
>
> <snip>
> Traceback (innermost last):
>     File "/usr/lib/rhs/netcfg/netcfg/py", line 24, in ?
>     from rhtkinter import *
>
> <more, equally distressing stuff>
>
> TclError: no display name and no $DISPLAY environment variable.
>
> </snip>
>
> What did i do?
> Bryan
>
>

Reply via email to