Python Forum

Full Version: PyInstaller, how to create library folder instead of library.zip file ?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
my question here


my executable pyton program modules, scripts are storing in library.zip file but i want to, create library folder instead of library.zip file for modules. how can i do this ?

thanks.
Not sure if you can. But i know you can embed the python interpret (library.zip) into the exe itself.
Please help me.