[PYTHON IMAGE-SIG] Where should tkImaging.c be?

Fredrik Lundh fredrik_lundh@ivab.se
Thu, 4 Jul 1996 13:02:28 +0200


> ImportError: ld.so.1: /vision/packages/arch/SunOS5.5/bin/python:
> fatal: relocation error: symbol not found: ImagingTkInstall:
> referenced in /vision/packages/Python/1.3/lib/python/sunos5/tkintermodule.so

> Where should I compile and link tkImaging.c?

Add it to the Setup file you use to build the tkinter library proper;
I use something like:

tkinter tkintermodule.c tkappinit.c tkImaging.c -DWITH_APPINIT -I/usr/local/include -L/usr/local/lib -ltk4.0 -ltcl7.4 -lX11

Regards	/F

=================
IMAGE-SIG - SIG on Image Processing with Python

send messages to: image-sig@python.org
administrivia to: image-sig-request@python.org
=================