While it is so much better than it was even a year ago, there is still a lot of moving parts, and not everything is in the same place.
Shell and path:
https://www.seidengroup.com/php-documentation/how-to-set-the-path-to-open-source-packages-on-ibm-i/
xlsxwriter isn't in the ibm repositories so you are back to pip. First choice should always be the ibm repositories. If it isn't there, then you can try pip.
bash-5.1$ pip3 install xlsxwriter
Requirement already satisfied: xlsxwriter in /QOpenSys/pkgs/lib/python3.6/site-packages (1.2.6)
On Tue, 2021-11-30 at 14:10 -0500, Jack Tucky wrote:
[You don't often get email from jacktucky@xxxxxxxxx<mailto:jacktucky@xxxxxxxxx>. Learn why this is important at
http://aka.ms/LearnAboutSenderIdentification.]
Thanks Kevin. When I ran that command using STRQSH I got the same nothing
to do message. But when I run the excel script I get these errors:
python3 /pyscripts/write_excel.py
Traceback (most recent call last):
File "/pyscripts/write_excel.py", line 5, in <module>
import xlsxwriter as xl
ModuleNotFoundError: No module named 'xlsxwriter'
I don't find xlsxwriter in ACS open source or anywhere else. Do I need a
separate step to install that? Thank you, trying to learn how to do this.
I also can use Putty, I typed BASH once connected and see the same prompts
as you, but I don't think my path is setup properly, nothing works. I'll
research that some more.
On Tue, Nov 30, 2021 at 1:41 PM Kevin Bucknum <Kevin@xxxxxxxxxxxxxxxxxxx<mailto:Kevin@xxxxxxxxxxxxxxxxxxx>>
wrote:
Are you using ACS? If so Tools->Open source package management. If not
bash-5.1$ yum install python3-ibm_db
Setting up Install Process
Package python3-ibm_db-2.0.5.12-0.ppc64 already installed and latest
version
Nothing to do
bash-5.1$
--
This is the IBMi Open Source Roundtable (OpenSource) mailing list
To post a message email: OpenSource@xxxxxxxxxxxxxxxxxx<mailto:OpenSource@xxxxxxxxxxxxxxxxxx>
To subscribe, unsubscribe, or change list options,
visit:
https://lists.midrange.com/mailman/listinfo/opensource
or email: OpenSource-request@xxxxxxxxxxxxxxxxxx<mailto:OpenSource-request@xxxxxxxxxxxxxxxxxx>
Before posting, please take a moment to review the archives
at
https://archive.midrange.com/opensource.
Help support midrange.com by shopping at amazon.com with our affiliate
link:
https://amazon.midrange.com
[
https://www.medtronsoftware.com/img/MedtronMinilogo.bmp]
Kevin Bucknum
Senior Programmer Analyst
MEDDATA / MEDTRON
120 Innwood Drive
Covington LA 70433
Local: 985-893-2550<tel:985-893-2550>
Toll Free: 877-893-2550<tel:877-893-2550>
https://www.medtronsoftware.com
CONFIDENTIALITY NOTICE
This document and any accompanying this email transmission contain confidential information, belonging to the sender that is legally privileged. This information is intended only for the use of the individual or entity named above. The authorized recipient of this information is prohibited from disclosing this information to any other party and is required to destroy the information after its stated need has been fulfilled. If you are not the intended recipient, or the employee of agent responsible to deliver it to the intended recipient, you are hereby notified that any disclosure, copying, distribution or action taken in reliance on the contents of these documents is STRICTLY PROHIBITED. If you have received this email in error, please notify the sender immediately to arrange for return or destruction of these documents.
As an Amazon Associate we earn from qualifying purchases.