Page 1 of 1

VMS IDE v 1.5.18 has been released

Posted: Fri Jun 05, 2020 11:24 am
by sergey_vorfolomeev
Python debugger is fixed, now it works with Python 2.7 too.

Re: VMS IDE v 1.5.18 has been released

Posted: Tue Jun 09, 2020 7:58 am
by compinia
Hi,

with 2.7. it works great now but I got failure use the Debugger with Python 3.5.0A. The server.py coul'dt not be started. The Output is

python out/server.py -p 55005

%DCL-W-IVVERB, unrecognized command verb - check validity and spelling

The interactive result:

KROYER:PYTHON> python out/server.py -p 55005
listening port 55005

Cancel

KROYER:PYTHON>

Re: VMS IDE v 1.5.18 has been released

Posted: Tue Jun 09, 2020 8:49 am
by sergey_vorfolomeev
It seems like "python" is not recognized in clear shell. Do You execute other .COM file (not only LOGIN.COM) to setup python?

Re: VMS IDE v 1.5.18 has been released

Posted: Wed Jun 10, 2020 2:30 am
by compinia
Yupp, my fault. I use a local script to switch between the two versions. In login.com the version 2.7 is set per default. It would be nice if the launcher could deliver defined arguments to login.com to select the version that sould be used.

Re: VMS IDE v 1.5.18 has been released

Posted: Wed Jun 10, 2020 2:35 am
by sergey_vorfolomeev
We will think about running a predefined local script before launching Python.