On 10/14/13 3:39 AM, Werner F. Bruhin wrote: > What are the plans in supporting Python 3 for Dabo?
Um, you are in charge of that. :) > Do you want to support Py 2 and 3 with the same code base? Ideally, yes. If it is going to be too tough to accomplish, the fallback will be maintaining two codebases. But if we could have a single codebase working with both: python 2.7.7 and wxPython 2.8.12.1 python 3.1 + and wxPython Phoenix and maintain that for while before dropping Python 2.7/wxPython 2.8 support, that would be the best course. > What is the minimum Py 2 version? Here's what we say in INSTALL.md: 1 Dabo Installation Notes 2 ==================================== 3 4 Prerequisites: 5 -------------- 6 * Python (we recommend 2.7.3 (Python3 not supported in wxPython yet) 7 * wxPython UNICODE BUILD (we recommend the latest, currently 2.8.12.1) 8 * MySQLdb (only to run the demos or for your project) 9 * reportlab (only to run reports) 10 * PIL (only to run reports) (also known as Imaging or the Python Imaging Library) I don't see any reason not to say "2.7.3" for the minimum Python. May work in 2.6 but at your peril. > This might be an interesting read re above. > http://python3porting.com/noconv.html I'll try to make time for that soon. Thanks for your work. Paul _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/dabo-dev Searchable Archives: http://leafe.com/archives/search/dabo-dev This message: http://leafe.com/archives/byMID/[email protected]
