Python Forum
PyInstaller, how to create library folder instead of library.zip file ? - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: General Coding Help (https://python-forum.io/forum-8.html)
+--- Thread: PyInstaller, how to create library folder instead of library.zip file ? (/thread-3209.html)



PyInstaller, how to create library folder instead of library.zip file ? - harun2525 - May-05-2017

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.


RE: PyInstaller, how to create library folder instead of library.zip file ? - metulburr - May-05-2017

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


RE: PyInstaller, how to create library folder instead of library.zip file ? - harun2525 - May-06-2017

Please help me.