> Is possible run a app done in python withou SHELL Environment ?
> Just do a FLASH DRIVE bootable and call a app with python?!
> I want do  a GUI with python, but I don't have dependence with EFI SHELL

Most UEFI Apps are UEFI Shell Apps. The shell provides additional libs,
to get things like file I/O. Without those libs, you only get
stdio/stdio/stderr. In UEFI, the UEFI's Shell is the main way to invoke
things. If you're not a shell app, it's more painful to write a pre-OS
app. You'd likely have to re-implement many of the features in the shell
libs back into the modified Python patch, I'd guess. Is there a reason
why you you'd be willing to deal with that pain, just to not use the
shell? I just don't understand what the concern is, I guess.

Does UEFI Python have a GUI -- or even a curses-like module, like
edit/hexedit -- library for UEFI?



------------------------------------------------------------------------------
_______________________________________________
edk2-devel mailing list
edk2-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/edk2-devel

Reply via email to