As there is no build for Python 2.4, I attempted to put it together from source. Running
setup.py build gives this error: Traceback (most recent call last): File "C:\tmp\PIL\Imaging-1.1.4\setup.py", line 60, in ? for line in open(os.path.join("libImaging", "ImConfig.h")).readlines(): IOError: [Errno 2] No such file or directory: 'libImaging\\ImConfig.h' Appears to be putting in two backslashes. Can anyone give me a clue to fix this? Scott -- http://mail.python.org/mailman/listinfo/python-list