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