VMS IDE v 1.5.18 has been released

Here you can discuss the universal Integrated Development Environment for OpenVMS.
Post Reply

Topic author
sergey_vorfolomeev
VSI Expert
Valued Contributor
Posts: 98
Joined: Thu Aug 22, 2019 12:17 am
Reputation: 0
Status: Offline

VMS IDE v 1.5.18 has been released

Post by sergey_vorfolomeev » Fri Jun 05, 2020 11:24 am

Python debugger is fixed, now it works with Python 2.7 too.


compinia
Member
Posts: 7
Joined: Fri Jun 05, 2020 9:51 am
Reputation: 0
Status: Offline

Re: VMS IDE v 1.5.18 has been released

Post by compinia » Tue Jun 09, 2020 7:58 am

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>


Topic author
sergey_vorfolomeev
VSI Expert
Valued Contributor
Posts: 98
Joined: Thu Aug 22, 2019 12:17 am
Reputation: 0
Status: Offline

Re: VMS IDE v 1.5.18 has been released

Post by sergey_vorfolomeev » Tue Jun 09, 2020 8:49 am

It seems like "python" is not recognized in clear shell. Do You execute other .COM file (not only LOGIN.COM) to setup python?


compinia
Member
Posts: 7
Joined: Fri Jun 05, 2020 9:51 am
Reputation: 0
Status: Offline

Re: VMS IDE v 1.5.18 has been released

Post by compinia » Wed Jun 10, 2020 2:30 am

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.


Topic author
sergey_vorfolomeev
VSI Expert
Valued Contributor
Posts: 98
Joined: Thu Aug 22, 2019 12:17 am
Reputation: 0
Status: Offline

Re: VMS IDE v 1.5.18 has been released

Post by sergey_vorfolomeev » Wed Jun 10, 2020 2:35 am

We will think about running a predefined local script before launching Python.

Post Reply