<br><br><div class="gmail_quote">On Sun, Dec 21, 2008 at 4:42 PM,  <span dir="ltr"><<a href="mailto:dlemper@bag.python.org">dlemper@bag.python.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
The wxpython web describes compatability with python 2.4 & 2.5 .<br>
Does it work with 3.0 ?   If not, anyone have a clue as to when ?</blockquote><div><br>This question was asked a couple of times on the wxpython-users mailing list. It's probably going to take a while. For now, I'd stick to python 2.x. The next version of wxPython should support 2.6, so use that and try to make your code relatively compatible with Python 3 (use the division, print_function, and unicode_literals future imports). Then, you'll be all set when Robin gets around to porting everything to Python 3.<br>
</div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><br>
<font color="#888888">--<br>
<a href="http://mail.python.org/mailman/listinfo/python-list" target="_blank">http://mail.python.org/mailman/listinfo/python-list</a><br>
</font></blockquote></div><br>