[Image-SIG] Re: importing _imagingtk
Fredrik Lundh
fredrik at pythonware.com
Sun Nov 14 14:26:08 CET 2004
"fukuda" <fukuda at computer.org> wrote:
> I have been struggling with Tkinter/PIL "version conflict." I started with Python-2.4b2 and
> Tcl/Tk-8.4.x, but now falled back to rpm
> packages of Python-2.3.4 and Tcl/Tk-8.3.5.
> With PIL (1.1.4) reinstalled, version conflicts have disappeared, but still Python complains that
> ImportError: /usr/lib/python2.3/site-packages/PIL/_imagingtk.so: undefined symbol:
> Tk_PhotoPutBlock_NoComposite
looks like your _imagingtk.so module requires a newer version of Tk
than the one you have.
did you build PIL yourself, or are you using someone's RPM?
</F>
More information about the Image-SIG
mailing list