On Mon, Nov 30, 2009 at 1:32 PM, Richard D. Moores <[email protected]> wrote: > On Sun, Nov 29, 2009 at 21:24, limodou <[email protected]> wrote: >>> Well, as I wrote above, those features are new in 3.1, and won't work >>> in 3.0. Got them from <http://docs.python.org/3.1/whatsnew/3.1.html> >>> >>> Thanks, >>> >>> Dick >>> >> >> I installed 3.1 python, and add new interpreter in Setup Python >> Interpreter dialog, and the result is right, no problem at all. So >> please check the message window, the first line should be something >> like: >> >>> "D:\Python31\python.exe" "D:\project\test\a.py" >> 343460000 >> >> Here the directory means I'm running the 3.1 python version. So how about >> yours? > > "E:\Python25\pythonw.exe" -u "E:\P31 Working\testOfP31.py" Sorry I > didn't notice that. But I showed you what I'd done > (<http://www.rcblue.com/Misc/UlipadPrefs.png>). If I did that wrong, > please show me how to add the 3.1 interpreter in Setup Python. > > Thanks, > > Dick >
What you should is just the list of available python interpreters, but not the default python interpreter which you want to use. So you should set it in [Python]->[Set Arguments...]. -- I like python! UliPad <<The Python Editor>>: http://code.google.com/p/ulipad/ UliWeb <<simple web framework>>: http://uliwebproject.appspot.com My Blog: http://hi.baidu.com/limodou
