Re: [Image-SIG] Python 3 support

2010-08-13 Thread Douglas S. Blank
Apologies if this is an oft-asked question, but I can't find an answer: What is the status of PIL for Python3? I see on http://www.pythonware.com/products/pil/index.htm: "A version of 1.1.7 for 3.X will be released later." That statement I guess means that PIL 1.1.7 is being ported to Python3.

Re: [Image-SIG] Python 3 support

2009-03-19 Thread Daniel Fetchinson
>> The plan is to get 1.1.7 out of the door (early april) and then make a >> version of that available for 3.x. There's also a preliminary port of >> 1.1.6 >> available from a third party; see the mailing list archives for pointers. >> > > I hope to not cause even more confusion by replying here. >

Re: [Image-SIG] Python 3 support

2009-03-19 Thread Guilherme Polo
On Thu, Mar 19, 2009 at 4:50 PM, Charlie Clark wrote: > > Am 19.03.2009 um 19:28 schrieb Cristi Constantin: > >> Thank you very much for your answers. >> I will wait for PIL 1.1.7 quietly. :) > > > While I think a lot of people would love to see a rapid migration to Python > 3, it is a lot of work

Re: [Image-SIG] Python 3 support

2009-03-19 Thread Charlie Clark
Am 19.03.2009 um 19:28 schrieb Cristi Constantin: Thank you very much for your answers. I will wait for PIL 1.1.7 quietly. :) While I think a lot of people would love to see a rapid migration to Python 3, it is a lot of work for many libraries (anything written in C) and, therefore, for

Re: [Image-SIG] Python 3 support

2009-03-19 Thread Cristi Constantin
Thank you very much for your answers. I will wait for PIL 1.1.7 quietly. :) Have a nice day. ___ Image-SIG maillist - Image-SIG@python.org http://mail.python.org/mailman/listinfo/image-sig

Re: [Image-SIG] Python 3 support

2009-03-19 Thread Guilherme Polo
2009/3/19 Fredrik Lundh : > The plan is to get 1.1.7 out of the door (early april) and then make a > version of that available for 3.x. There's also a preliminary port of 1.1.6 > available from a third party; see the mailing list archives for pointers. > I hope to not cause even more confusion by

Re: [Image-SIG] Python 3 support

2009-03-19 Thread Fredrik Lundh
The plan is to get 1.1.7 out of the door (early april) and then make a version of that available for 3.x. There's also a preliminary port of 1.1.6 available from a third party; see the mailing list archives for pointers. Cheers /F On Mar 14, 2009 12:06 AM, "Cristi Constantin" wrote: Good day.

Re: [Image-SIG] Python 3 support

2009-03-18 Thread Daniel Fetchinson
> I just joined the mailing list. > > I want to know if PIL will ever support Python 3. I am slowly migrating my > applications on Python 3 and i really need PIL. > It's not good to have half of my apps in Py 2.x and the rest in Py 3.x :) > > Thank you in advance. Please see the thread http://mai

[Image-SIG] Python 3 support

2009-03-13 Thread Cristi Constantin
Good day. I just joined the mailing list. I want to know if PIL will ever support Python 3. I am slowly migrating my applications on Python 3 and i really need PIL. It's not good to have half of my apps in Py 2.x and the rest in Py 3.x :) Thank you in advance. __