Hi
I am trying to get a python package (psutil) to run on z/OS.
I downloaded the package from github and then tar'ed it and uploaded it
binary to my home-dir in OMVS.
In my homedir I untar'ed to files and ran the command "chtag -tc
IBM-1047 *' to set the files to UTF-8.
I got make to work by converting the tab char to x'05' - no problem -
and I got the C compiler to work also.
Now my problem is that I can not make Python compile the setup.py file.
It dies with a UTF-error on a char x'97' in statement 48 pos 2:
from _common import AIX # NOQA
I can write standard python code in omvs and run it - no problem.
I have tried to chtag the files as cp1252 and put code:ascii in python.
That just gives another UTF-8 code error.
I have tried to chtag the file as cp1047 and put code:UTF-8 in python -
no change.
Have anyone tried to move a Python package to z/OS and gotten a similar
problem - and solved it?
--
BR
Frank Allan Rasmussen
----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN