On 10/27/2012 2:19 PM, Alan Gauld wrote:
On 27/10/12 20:50, Amin Memar wrote:
Hi there!
How can I use wxpython on python 3.3.0?

You can't its not supported yet.
So you will need to either port the code yourself or use Python 2.7.

This is not uncommon with third party modules a lot of them are still on
v2. It is a lot of work to convert a large code base from Python 2 to 3
and then test it thoroughly and the people doing the work are nearly all
volunteers.

So either find another GUI framework (like Tkinter) ) that works with
Python 3 or downshift to v2.7.


Actually, it looks to me that the v3.x compatible wxpython is being rebranded as Project Phoenix

-- see http://wiki.wxpython.org/ProjectPhoenix

Emile


_______________________________________________
Tutor maillist  -  [email protected]
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor

Reply via email to