WxWidgets For Python 3.0?

This forum is reserved for everything you want to talk about. It could be about programming, opinions, open source programs, development in general, or just cool stuff to share!
Post Reply
TJPublicly
In need of some credit
In need of some credit
Posts: 2
Joined: Mon Jan 12, 2009 4:29 pm
Location: Florida, USA

WxWidgets For Python 3.0?

Post by TJPublicly »

I am a total newbie to wxWidgets, Python, etc. I have a number of years experience programming, just not with this "stuff." So, please forgive me if my question is basic and\or illogical.

I just downloaded Python 3.0 and am looking for a dev environment.

Q: Does WxWidgets support Python 3.0? If not, when will it?
TJ
catalin
Moderator
Moderator
Posts: 1618
Joined: Wed Nov 12, 2008 7:23 am
Location: Romania

Post by catalin »

wxPython maybe will help you :wink:
TJPublicly
In need of some credit
In need of some credit
Posts: 2
Joined: Mon Jan 12, 2009 4:29 pm
Location: Florida, USA

Post by TJPublicly »

Aha! I guess that would make sense. Thank you.

Can I use a "Newbie, get out of jail free" card on this one?
TJ
Infinity_77
Experienced Solver
Experienced Solver
Posts: 89
Joined: Tue Oct 03, 2006 6:30 pm
Location: London, UK
Contact:

Re: WxWidgets For Python 3.0?

Post by Infinity_77 »

Hi,
TJPublicly wrote:I am a total newbie to wxWidgets, Python, etc. I have a number of years experience programming, just not with this "stuff." So, please forgive me if my question is basic and\or illogical.

I just downloaded Python 3.0 and am looking for a dev environment.

Q: Does WxWidgets support Python 3.0? If not, when will it?
Python 3.0 is way too young: major site-packages like wxPython, numpy, scipy, matplotlib and so on will not support Python 3.0 for a long time. I suggest you stick with Python 2.5 or 2.6, which will be supported and up-to-date for the next 4 or 5 years.

If you have more questions, please join the wxPython mailing list:

http://lists.wxwidgets.org/mailman/list ... thon-users

Andrea.
"Imagination Is The Only Weapon In The War Against Reality."

http://xoomer.alice.it/infinity77/
Post Reply