On Mon, Jul 27, 2009 at 03:31, limodou<[email protected]> wrote:
>
> On Mon, Jul 27, 2009 at 3:37 PM, Dick Moores<[email protected]> wrote:
>> On Mon, Jul 27, 2009 at 00:00, limodou<[email protected]> wrote:
>>>
>>> On Mon, Jul 27, 2009 at 2:30 PM, Dick Moores<[email protected]> wrote:
>>>> On Sun, Jul 26, 2009 at 22:51, limodou<[email protected]> wrote:
>>>>>
>>>>> On Mon, Jul 27, 2009 at 12:34 PM, Dick Moores<[email protected]> wrote:
>>>>>> On Sun, Jul 26, 2009 at 21:01, yin sun<[email protected]> wrote:
>>>>>>> preference->python-> setup python interpreter
>>>>>>
>>>>>> Yes, and then what? The attached image shows what I already have there.
>>>>>>
>>>>>> Dick
>>>>>>
>>>>>>> On Sun, Jul 26, 2009 at 9:17 PM, Dick Moores <[email protected]> wrote:
>>>>>>>>
>>>>>>>> On Sun, Jul 26, 2009 at 20:04, limodou <[email protected]> wrote:
>>>>>>>> >
>>>>>>>> > On Mon, Jul 27, 2009 at 10:26 AM, Dick Moores<[email protected]> 
>>>>>>>> > wrote:
>>>>>>>> > > Sorry for the dumb question, but I've been away for a while, and 
>>>>>>>> > > have
>>>>>>>> > > forgotten some basic stuff. I've downloaded 2.6.2 and want to start
>>>>>>>> > > using it
>>>>>>>> > > with Ulipad. In Win XP I've changed environmental variables
>>>>>>>> > > appropriately, I
>>>>>>>> > > believe. However, Ulipad's shell window still indicates 2.5.1. Same
>>>>>>>> > > with
>>>>>>>> > > IDLE. But if I start Python at command line, I get 2.6.2.
>>>>>>>> > >
>>>>>>>> > > Advice, please?
>>>>>>>> > >
>>>>>>>> > > Thanks,
>>>>>>>> > >
>>>>>>>> > > Dick Moores
>>>>>>>> > >
>>>>>>>> >
>>>>>>>> > Did you use source version?
>>>>>>>>
>>>>>>>> I used Python 2.6.2 Windows installer (Windows binary -- does not
>>>>>>>> include source) from <http://www.python.org/download/>
>>>>>>>>
>>>>>>>> Dick
>>>>>>>
>>>>>>>
>>>>>>
>>>>>
>>>>> I mean ulipad source version, but not python source version. You
>>>>> should know 2 things:
>>>>>
>>>>> 1. When you run ulipad in source version, the shell window will be the
>>>>> same python version of executing ulipad.
>>>>
>>>> Well, I just updated Ulipad to rev. 507 by svn, so I suppose I'm using
>>>> the source version?
>>>>
>>>>> 2. Run python file menu item is different from shell window. It'll use
>>>>> the python interpreter which you set in Preference.
>>>>
>>>> I'd like both the shell window and run Python (F5) to use Python
>>>> 2.6.2. Please tell me what to do to enable this. For one, as I replied
>>>> to yin sun, I don't know how to set the interpreter in Preferences. I
>>>> again attach my Ulipad Interpreter Setup.
>>>>
>>>> Dick
>>>>
>>>
>>> Your setting is right already. But if you want to use 2.6 version in
>>> shell window, you should use python 2.6 to run ulipad source version.
>>> For example:
>>>
>>> 1. Install python 2.6
>>> 2. In the console run the command:
>>>
>>> python2.6/pythonw  UliPad.pyw
>>
>> 2.6 is installed. I've tried various versions of what you suggest,
>> including E:\Python26>pythonw.exe E:\Programs\Ulipad3.7\Ulipad.pyw
>> Nothing happens.
>>
>> I also tried making a shortcut. See attached. This doesn't work either.
>>
>> Dick
>>
>
> If you use python to run Ulipad source version, it'll be the same
> version of shell window.

Could you explain what you mean by that?  I do have the source
version, right? Do you mean if I use Python 2.62 to run Ulipad source
version, the Ulipad shell window will also use 2.62?
Yes, I see that, but I can't seem to run Ulipad with 2.62, even though
I can run 2.62 at the command line:

===========================================================
Microsoft Windows XP [Version 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corp.

C:\Documents and Settings\Riley>python
Python 2.6.2 (r262:71605, Apr 14 2009, 22:40:02) [MSC v.1500 32 bit
(Intel)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> from __future__ import print_function
>>> print('Ulipad')
Ulipad
>>> (4.25) .as_integer_ratio()
(17, 4)
>>>
==========================================================

> And the newest version of ulipad should 4.0 or 3.9.

Well, as I said, I have rev 504. Do I have to upgrade another way?
(That folder name is just a name, created when I first downloaded
Ulipad 3.7, I think.)

Dick

Reply via email to