On Thu, Jan 22, 2009 at 2:52 PM, Dick Moores <[email protected]> wrote: > > On Wed, Jan 21, 2009 at 22:36, limodou <[email protected]> wrote: >> >> On Thu, Jan 22, 2009 at 2:21 PM, Dick Moores <[email protected]> wrote: >>> >>> On Wed, Jan 21, 2009 at 21:54, limodou <[email protected]> wrote: >>>> >>>> On Thu, Jan 22, 2009 at 12:50 PM, Dick Moores <[email protected]> wrote: >>>>> >>>>> What have to happen before Ulipad is ready for Python 3? >>>>> >>>>> Dick Moores >>>>> >>>> >>>> For now, you can only use Run(f5) to test py program in python 3.0. >>>> You can't run ulipad directly in python 3.0. >>> >>> F5 is the only way I run a program in Ulipad. What do you mean by >>> running Ulipad directly in Python 3? >>> >>> Dick >>> >> >> You can't run ulipad like this: >> >> python30 ulipad > > OK. But can I edit a Python 3 script in Ulipad (i.e., write it in > Ulipad) and expect it to run OK, assuming it is coded correctly? The > differences between 2.5/2.6 and 3.0 aren't a problem? Will the Input > Assistant work correctly, for example? > > Dick >
Of cause you can. But the syntax check doesn't support python 3.0 yet. And input assistant will use the python version which runs ulipad, that means it can only support 2.5, 2.6, but not 3.0. -- I like python! UliPad <<The Python Editor>>: http://code.google.com/p/ulipad/ UliWeb <<simple web framework>>: http://uliwebproject.appspot.com My Blog: (new)http://http://hi.baidu.com/limodou (old)http://www.donews.net/limodou
