On 4/8/2024 9:15 PM, Arne Vajhøj wrote:
https://vmssoftware.com/products/python/
X86VMS-PYTHON-A0310-0-REL008-1.ZIP
$ python
Python 3.10.0 (default, Feb 21 2024, 05:22:10) [C] on OpenVMS
Type "help", "copyright", "credits" or "license" for more information.
Hello world!print('Hello world!')
Traceback (most recent call last):import rdb
https://vmssoftware.com/products/python/
X86VMS-PYTHON-A0310-0-REL008-1.ZIP
Hello world!print('Hello world!')
The laugh is that, according to the release notes, it will not run on
the CL VMDK, as that doesn't have 9.2-2 update 1
https://vmssoftware.com/products/python/
X86VMS-PYTHON-A0310-0-REL008-1.ZIP
Arne
I wonder how long it will be before someone asks for Python 2.7 on
VMS ? :-)
https://vmssoftware.com/products/python/
X86VMS-PYTHON-A0310-0-REL008-1.ZIP
On 2024-04-08, Arne Vajhøj <arne@vajhoej.dk> wrote:
https://vmssoftware.com/products/python/
X86VMS-PYTHON-A0310-0-REL008-1.ZIP
Good news.
I wonder how long it will be before someone asks for Python 2.7 on VMS ? :-)
File "<stdin>", line 1print "hi"
hiprint "hi"
$Exit
On Tue, 2024-04-09 at 12:49 +0000, Simon Clubley wrote:
I wonder how long it will be before someone asks for Python 2.7 on
VMS ? :-)
I really hope not. We should have migrated to 3.x by now, it's been
10 years.
On Tue, 2024-04-09 at 14:10 +0100, Single Stage to Orbit wrote:
On Tue, 2024-04-09 at 12:49 +0000, Simon Clubley wrote:
I wonder how long it will be before someone asks for Python 2.7 on
VMS ? :-)
I really hope not. We should have migrated to 3.x by now, it's been
10 years.
I know what I said but I just got bit in the arse with a software
package that still needed Python 2.7. I just don't have the time to
update it to use Python 3.x. <roll eyes>
I know what I said but I just got bit in the arse with a software
package that still needed Python 2.7. I just don't have the time to
update it to use Python 3.x. <roll eyes>
There is a Python 2 to Python 3 conversion script as part of Python
3, but it is not perfect. The thing it got wrong for me was when it
converted code that issues a prompt and then waits for input without
an intermediate CRLF.
Sysop: | Keyop |
---|---|
Location: | Huddersfield, West Yorkshire, UK |
Users: | 437 |
Nodes: | 16 (2 / 14) |
Uptime: | 200:47:21 |
Calls: | 9,138 |
Calls today: | 5 |
Files: | 13,432 |
Messages: | 6,036,107 |