Does PIL work with Tk 8.5?

Kevin Walzer kw at codebykevin.com
Mon Jan 7 18:30:32 EST 2008


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



More information about the Python-list mailing list