× 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.



iLibCall does not work when run 64-bit. For the time being you will need
to use a different transport.


----- Original message -----
From: Massimo Fantin <massimo.fantin@xxxxxxxxxxxxxx>
Sent by: "OpenSource" <opensource-bounces@xxxxxxxxxxxx>
To: "opensource@xxxxxxxxxxxx" <opensource@xxxxxxxxxxxx>
Cc:
Subject: [IBMiOSS] iToolKit not working on python3 and you environment
Date: Mon, Jul 16, 2018 7:15 AM

From the example on
[1]http://python-itoolkit.readthedocs.io/en/latest/examples.html

with python3 and yum rpm environment

-------------------------------------------------------------------------------------
from itoolkit import *

itool = iToolKit()
itool.add(iCmd5250('dspsyssts', 'dspsyssts'))

# xmlservice
itool.call(itransport)

# output
dspsyssts = itool.dict_out('dspsyssts')
if 'error' in dspsyssts:
print (dspsyssts['error'])
exit()
else:
print (dspsyssts['dspsyssts'])
------------------------------------------------------------------------------------

The itoolkit don't work, output is :

{'error': '*NODATA', 'dspsyssts': {'error': {...}}}

Thanks
Massimo Fantin

--
This is the IBMi Open Source Roundtable (OpenSource) mailing list
To post a message email: OpenSource@xxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit: [2]https://lists.midrange.com/mailman/listinfo/opensource
or email: OpenSource-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives
at [3]https://archive.midrange.com/opensource.




References

Visible links
1. http://python-itoolkit.readthedocs.io/en/latest/examples.html
2. https://lists.midrange.com/mailman/listinfo/opensource
3. https://archive.midrange.com/opensource

As an Amazon Associate we earn from qualifying purchases.

This thread ...

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.