Hi, I'm new to Python/UEFI and I'm currently trying to use python in the UEFI shell.
I've placed all the packages/modules into the python.27 folder and when I enter Python for the first time by typing "Python", it seems to only compile the minimum set of modules (os, site, stat, etc.). The log is below. Is this normal behavior? Is it recommended to compile all the modules? b/c it takes quite a long time. How do I compile all the modules located in the python.27 folder? FSOpen: Open '\Efi\StdLib\lib' Success FSOpen: Open '\Efi\StdLib\lib\python.27' Success FSOpen: Open '\Efi\StdLib\lib\python.27' Success FSOpen: Open '\Efi\StdLib\lib\python.27\site.py' Success FSOpen: Created new directory entry 'site.pyc' FSOpen: Open '\Efi\StdLib\lib\python.27\site.pyc' Success FSOpen: Open '\Efi\StdLib\lib\python.27\os.py' Success FSOpen: Created new directory entry 'os.pyc' FSOpen: Open '\Efi\StdLib\lib\python.27\os.pyc' Success FSOpen: Open '\Efi\StdLib\lib\python.27\ntpath.py' Success FSOpen: Created new directory entry 'ntpath.pyc' FSOpen: Open '\Efi\StdLib\lib\python.27\ntpath.pyc' Success FSOpen: Open '\Efi\StdLib\lib\python.27\stat.py' Success FSOpen: Created new directory entry 'stat.pyc' FSOpen: Open '\Efi\StdLib\lib\python.27\stat.pyc' Success FSOpen: Open '\Efi\StdLib\lib\python.27\genericpath.py' Success FSOpen: Created new directory entry 'genericpath.pyc' FSOpen: Open '\Efi\StdLib\lib\python.27\genericpath.pyc' Success FSOpen: Open '\Efi\StdLib\lib\python.27\warnings.py' Success FSOpen: Created new directory entry 'warnings.pyc' FSOpen: Open '\Efi\StdLib\lib\python.27\warnings.pyc' Success FSOpen: Open '\Efi\StdLib\lib\python.27\linecache.py' Success FSOpen: Created new directory entry 'linecache.pyc' FSOpen: Open '\Efi\StdLib\lib\python.27\linecache.pyc' Success FSOpen: Open '\Efi\StdLib\lib\python.27\types.py' Success FSOpen: Created new directory entry 'types.pyc' FSOpen: Open '\Efi\StdLib\lib\python.27\types.pyc' Success Thanks, Eric
------------------------------------------------------------------------------
_______________________________________________ edk2-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/edk2-devel
