From: durumdara on
Hi!

I have an environment under Python 2.6 (WinXP). That is based on PIL,
wxPython/PyWin32.

In the project's pages I see official installer for only PyWin32.

I don't know that PIL or wxPython supports Python 3 or not. May with
some trick these packages are working.

Does anybody know about it?
Can I replace my Py2.6 without lost PIL/wxPython?

Thanks for your help:
dd

From: Daniel Fetchinson on
> I don't know that PIL or wxPython supports Python 3 or not. May with
> some trick these packages are working.
>
> Does anybody know about it?
> Can I replace my Py2.6 without lost PIL/wxPython?

PIL currently does not support python 3 but release 1.1.7 will in the
future. Don't ask me when, I don't know.

I have no idea about the rest.

Cheers,
Daniel



--
Psss, psss, put it down! - http://www.cafepress.com/putitdown
From: Giampaolo Rodolà on
2010/7/7 durumdara <durumdara(a)gmail.com>:
> Hi!
>
> I have an environment under Python 2.6 (WinXP). That is based on PIL,
> wxPython/PyWin32.
>
> In the project's pages I see official installer for only PyWin32.
>
> I don't know that PIL or wxPython supports Python 3 or not. May with
> some trick these packages are working.
>
> Does anybody know about it?
> Can I replace my Py2.6 without lost PIL/wxPython?
>
> Thanks for your help:
>   dd
>
> --
> http://mail.python.org/mailman/listinfo/python-list

No, as of now you just can't.
Now that 2.7 is out and is officially declared as the last 2.x release
it's likely that there will be a lot more traction in porting such big
names to Python 3.


--- Giampaolo
http://code.google.com/p/pyftpdlib/
http://code.google.com/p/psutil/
>