You mean that _imaging.so (the binary PIL module) isn't on your system? The "default" naming convention for a binary python module that has a python "wrapper" is to use the same name with an underscore before the binary one. So, this would follow convention.
Kevin. ----- Original Message ----- From: "Bob Friesenhahn" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, June 11, 2003 3:13 PM Subject: [Lcms-user] LCMS Python module & underscore > I have been working to get configure working for building the LCMS > Python module. The module is configuring, building, and installing > now, but for some reason the module must be installed as "_lcms.so" or > else its initialization routine will not be found. This seems rather > odd. None of the existing Python extensions installed on my system > start with an underscore. > > Is the underscore necessary? > > Bob > ====================================== > Bob Friesenhahn > [EMAIL PROTECTED] > http://www.simplesystems.org/users/bfriesen > > > > ------------------------------------------------------- > This SF.NET email is sponsored by: eBay > Great deals on office technology -- on eBay now! Click here: > http://adfarm.mediaplex.com/ad/ck/711-11697-6916-5 > _______________________________________________ > Lcms-user mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/lcms-user > > ------------------------------------------------------- This SF.NET email is sponsored by: eBay Great deals on office technology -- on eBay now! Click here: http://adfarm.mediaplex.com/ad/ck/711-11697-6916-5 _______________________________________________ Lcms-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/lcms-user
