On Fri, Jul 17, 2009 at 11:02 PM, bread<[email protected]> wrote: > > When i run my .py file inside Ulipad > i found that the command excuted is actually "/usr/bin/python" -u > "abc.py" > > Can -u be removed from here and how? > > Thanks. >
you can open [Python]->[Set arguments...], and you can remove the "-u" from Parameters entry. -- 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
