[Tutor] Question

Alan Gauld alan.gauld at btinternet.com
Sat Oct 27 23:19:45 CEST 2012


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.

-- 
Alan G
Author of the Learn to Program web site
http://www.alan-g.me.uk/



More information about the Tutor mailing list