[Image-SIG] core dump

Terry Hancock hancock at anansispaceworks.com
Thu Jun 19 10:27:45 EDT 2003


On Wednesday 18 June 2003 02:54 pm, William Baxter wrote:
> I've been trying to install Imaging-1.1.4 on IRIX64. It complained that
> Tk_FindPhoto had too many arguments. I noticed in some older message
> boards that the opposite used to be the case! Anyway, I changed
>     photo = Tk_FindPhoto(interp, argv[1]);
> to
>     photo = Tk_FindPhoto(argv[1]);
> and it compiled and I can import Image, ImageTk

I think you'll need to say what version of Tk and Tkinter you're
using. If you have an API mismatch, that's probably the culprit.

HTH,
Terry

--
Terry Hancock ( hancock at anansispaceworks.com )
Anansi Spaceworks  http://www.anansispaceworks.com



More information about the Image-SIG mailing list