[Info-vax] Python x86-64
Arne Vajhøj
arne at vajhoej.dk
Mon Apr 8 21:34:22 EDT 2024
On 4/8/2024 9:27 PM, Arne Vajhøj wrote:
> 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.
> >>> print('Hello world!')
> Hello world!
> >>>
One interesting thing in wheels package:
>>> import rdb
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/python$root/lib/python3.10/rdb.py", line 1, in <module>
from _rdb import *
ModuleNotFoundError: No module named '_rdb'
Looks like Rdb is expected (but obviously not ready yet).
Arne
More information about the Info-vax
mailing list