Kevin Walzer wrote: > > Tk itself has a stubs mechanism that allows libraries compiled against > earlier versions to be used with later versions. It's different than > Python in this respect. A pure-Tk library (such as Img or TkPNG) built > against Tk 8.4 would not require re-compilation to be used with 8.5. > Since PIL is a Python library, however, you may be right. >
Indeed, this appears to be the problem. I tested my script against the Python bundled with Mac OS X, which links against 8.4, and it worked fine. -- Kevin Walzer Code by Kevin http://www.codebykevin.com -- http://mail.python.org/mailman/listinfo/python-list