hello,

i must change size image, when i install PIL i return this error http://www.bankfotek.pl/image/918629.jpeg
I use WIN 64-bit and i have ActivePython

So, i can resize image whith wxPython? If i can, how?

You must install the version of PIL for the Python version that you have on your system. You are trying to install PIL for Python2.6. Python2.6 can not be found on your system. Keying "python -V" (capital V, not lower case) on the command line will give you the Python version found on your system. PIL is available for Python versions 2.4, 2.5, 2.6. and 2.7, but does not yet run on any of the Python3 versions.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.