Configuring ZOAU after initial installation on z/OS 2.4 #53
-
zoautil_configure.txt Running into errors when trying to "configure" ZOAU via the pip method or the PYTHONPATH method. After the pip method, I was able to import the module even though it looked like it failed. $ python3
I was expecting a "clean" customization. Not sure what I'm missing. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
There was a packaging error with the ZOAU v1.2.1 release, which has been corrected with the v1.2.1.1 bugfix release. Also, if your environment is not setup such that you can execute python scripts directly, you can do |
Beta Was this translation helpful? Give feedback.
-
This week I downloaded both python and zoau. For our POC, we didn't complete this step. Is this the setup you're referring to? thanks |
Beta Was this translation helpful? Give feedback.
-
Looks good running configure.py after updating the shebang from #!/usr/bin/env python3 to #!/bin/env python3
|
Beta Was this translation helpful? Give feedback.
There was a packaging error with the ZOAU v1.2.1 release, which has been corrected with the v1.2.1.1 bugfix release.
Also, if your environment is not setup such that you can execute python scripts directly, you can do
python3 configure.py
instead.