Re: [edk2-devel] Python368.efi failed to run in shell environment

2022-10-20 Thread Yoshinoya
ter/AppPkg/Applications/Python/Python-3.6.8/GCCCompilationBKMs.rst Regards, JP From: Yoshinoya Sent: 19 October 2022 14:01 To: Jayaprakash, N Cc: Kinney, Michael D ; devel@edk2.groups.io Subject: Re:RE: Re:RE: [edk2-devel] Python368.efi failed to run in shell environment Hi, JP:

Re: [edk2-devel] Python368.efi failed to run in shell environment

2022-10-19 Thread Jayaprakash, N
vide access to System Firmware Tables from Python scripts<https://bugzilla.tianocore.org/show_bug.cgi?id=3786> Regards, JP From: Yoshinoya Sent: 20 October 2022 08:36 To: Jayaprakash, N Cc: Kinney, Michael D ; devel@edk2.groups.io Subject: Re:RE: Re:RE: Re:RE: [edk2-devel] Python368

Re: [edk2-devel] Python368.efi failed to run in shell environment

2022-10-19 Thread Jayaprakash, N
: Re:RE: [edk2-devel] Python368.efi failed to run in shell environment Hi, JP: I followed Py368ReadMe.txt to compile Python368 app in Ubuntu 22.04 environment. The steps is: 1. execute srcprep.py 2. add this module to AppPkg/AppPkg.dsc 3. execute "build -a X64 -p AppPkg\AppPkg.dsc" but

Re: [edk2-devel] Python368.efi failed to run in shell environment

2022-10-19 Thread Yoshinoya
egards, JP From: Yoshinoya Sent: 11 October 2022 15:51 To: Kinney, Michael D Cc: devel@edk2.groups.io; Jayaprakash, N Subject: Re:RE: [edk2-devel] Python368.efi failed to run in shell environment Hi, JP: It seems PyImport_ImportModule("encoding.utf_8") failed. Do you have any s

Re: [edk2-devel] Python368.efi failed to run in shell environment

2022-10-18 Thread Jayaprakash, N
To: Kinney, Michael D Cc: devel@edk2.groups.io; Jayaprakash, N Subject: Re:RE: [edk2-devel] Python368.efi failed to run in shell environment Hi, JP: It seems PyImport_ImportModule("encoding.utf_8") failed. Do you have any suggestions? THank you very much! best wishes, At 202

Re: [edk2-devel] Python368.efi failed to run in shell environment

2022-10-11 Thread Yoshinoya
day, October 5, 2022 4:32 AM To: devel@edk2.groups.io Subject: [edk2-devel] Python368.efi failed to run in shell environment Hi I tried to run Python368.efi in shell environment. but failed, the tips was; Fatal Python error: Py_Initialize: can't initialize sys standard streams Does a

Re: [edk2-devel] Python368.efi failed to run in shell environment

2022-10-05 Thread Michael D Kinney
+JP Mike From: devel@edk2.groups.io On Behalf Of Yoshinoya Sent: Wednesday, October 5, 2022 4:32 AM To: devel@edk2.groups.io Subject: [edk2-devel] Python368.efi failed to run in shell environment Hi I tried to run Python368.efi in shell environment. but failed, the tips was; Fatal Python error

[edk2-devel] Python368.efi failed to run in shell environment

2022-10-05 Thread Yoshinoya
Hi I tried to run Python368.efi in shell environment. but failed, the tips was; Fatal Python error: Py_Initialize: can't initialize sys standard streams Does anybody have ever met this error? Python368.efi is a sample python app in AppPkg\Applications\Python\Python-3.6.8 Thanks