Found the problem: Libraries were prev. built by sys admin under prev version of Python...when I blew away the PIL src and added a freshy, and rebuilt with python 2.3--everything went in fine.
Thank guys. matthew > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:vox-tech- > [EMAIL PROTECTED] On Behalf Of Philip Neustrom > Sent: Monday, December 05, 2005 2:24 PM > To: lugod's technical discussion forum > Subject: Re: [vox-tech] Python Imaging Library > > Do you have multiple copies of the file _imaging.so on your machine? > PIL has an imaging at PIL/_imaging.so, so there is probably another > one on your system somewhere (maybe even another PIL install). > --Philip Neustrom > > On 12/5/05, Matthew Lange <[EMAIL PROTECTED]> wrote: > > > > > > > > Sent from wrong account before (apologies): > > > > > > > > Received this warning about mismatch version when trying to install PIL., > > wondering how to fix: > > > > > > > > -bash-2.05b$ /usr/local/python2.3/bin/python selftest.py > > > > PIL/Image.py:52: RuntimeWarning: Python C API version mismatch for > module > > _imaging: This Python has API version 1012, module _imaging has version > > 1011. > > > > > > > > Thanks in advance, > > > > > > > > Matthew > > > > > > _______________________________________________ > > vox-tech mailing list > > [email protected] > > http://lists.lugod.org/mailman/listinfo/vox-tech > > > > > > > _______________________________________________ > vox-tech mailing list > [email protected] > http://lists.lugod.org/mailman/listinfo/vox-tech _______________________________________________ vox-tech mailing list [email protected] http://lists.lugod.org/mailman/listinfo/vox-tech
