Subject: Re: Python (pkg) and Tkinter
To: Richard Rauch <rauch@eecs.ukans.edu>
From: Frederick Bruckman <fb@enteract.com>
List: netbsd-help
Date: 09/24/2000 08:17:53
On Sat, 23 Sep 2000, Richard Rauch wrote:

> $  pysol
> Traceback (innermost last):
>   File "pysol.py", line 98, in ?
>   File "/usr/pkg/lib/python1.5/lib-tk/Tkinter.py", line 8, in ?
>     import _tkinter # If this fails your Python may not be configured for Tk
> ImportError: /usr/pkg/lib/libtk80.so.1: Undefined PLT symbol
> "XOpenDisplay" (reloc type = 7, symnum = 528)
> 
> PySol cannot find the Tkinter Python libraries.
> Please check your Python installation.

You probably need to install x11/py-Tk.



Frederick