On Tue, Nov 24, 2009 at 9:49 AM, jlist9 <[email protected]> wrote: > > I see. And I also see the download. Thanks! > > There's one issue with using an embedded Python - usually a dev machine > has one or more versions of Python installed, each has its own libraries. > Using the embedded Python, you can only have one version of Python and > you'll need to install whatever libraries you'll be using for that version. > > PyScripter takes a different approach - it lets you select Python installation > path so that you can use that Python version with PyScripter. And because > you are using your own version of Python, you don't have to install any > libraries separately. The option of using an external Python might be a good > idea for Ulipad to have. >
There are different things about running ulipad and running python program. Run ulipad including shell window, it'll use embedded python, but run python program you should install a python version, and ulipad will use it to run the python program, it's different. So you should also need install a python. And for auto-completion ulipad will also find from embedded python, but not installed python. So that's why I suggest you install ulipad via source version. -- 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
