× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



On Mon, Nov 12, 2018 at 12:16 PM Mark Waterbury
<mark.s.waterbury@xxxxxxxxxxxxx> wrote:
It appears to be written in Python ... try it and see?

Not *quite* as simple as that, since it has dependencies. On a
mainstream system, you can reasonably expect pip to handle all of that
for you, even if some of those dependencies are compiled to native
binary (i.e. not pure Python). On PASE, pip will still work for pure
Python code, but may or may not work for stuff that needs to be
compiled to binary.

There are two versions of Python available for PASE as part of 5733-OPS etc., and also iSeries Python that runs in ILE ... see:
http://www.iseriespython.com

Google's gsutil as yet doesn't support Python 3, so that eliminates
one of the 5733-OPS versions. Anyone installing any IBM Python for the
first time should be using the RPM bootstrap and then yum (and not
messing with 5733-OPS at all). Actually, Python 2.7 is already part of
the RPM bootstrap, though I'm not sure pip is. This is likely your
best best for getting gsutil working on the i.

There's definitely no pip for iSeriesPython, so if you want to try
that, you have to assemble all the pieces on your local machine and
then transfer them over. It will definitely not work if any of those
pieces has to be compiled to native binary. (You could, in principle,
port anything implemented in C over to ILE C to work with
iSeriesPython, but that is not for the uninitiated.)

John Y.

As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:
Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.