jxtvm
Joined: 08 Nov 2017 Posts: 2
|
Posted: Wed Nov 08, 2017 1:58 am Post subject: Errors on Python Compile |
|
|
OpenVMS V8.4, Integrity, latest pathches.
Downloaded latest LD images. On the "compile_all" step, got the following errors. Suggestions? Thanks
--------------
File "/python_root/lib/lib2to3/tests/data/py3_test_grammar.py", line 130
x = ...
^
SyntaxError: invalid syntax
--------------
File "/python_root/local/mpmath/libmp/exec_py3.py", line 1
exec_ = exec
^
SyntaxError: invalid syntax
--------------
File "/python_root/local/mpmath/tests/extratest_gamma.py", line 50
print("%s ok;" % name, end=' ')
^
SyntaxError: invalid syntax
--------------
File "/python_root/local/mpmath/tests/torture.py", line 80
print(".", end=' ')
^
SyntaxError: invalid syntax
--------------
...
Listing /mercurial_root/ ...
Can't list /mercurial_root/
%SET-E-SEARCHFAIL, error searching for MERCURIAL_ROOT:[000000...]*.pyc;
-RMS-F-DEV, error in device name or inappropriate device type for operation |
|