Closed stuartpullinger closed 2 years ago
The python setup scripts need some changes to be compatible with Python 3 syntax. At the very least, 'print' statements need to be converted to 'print' function calls.
This has been done for setup-glassfish.py
Fixed in #10 so this can be closed.
The python setup scripts need some changes to be compatible with Python 3 syntax. At the very least, 'print' statements need to be converted to 'print' function calls.