Python Forum
Package python script which has different libraries as a single executable or script - 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: Package python script which has different libraries as a single executable or script (/thread-18275.html)



Package python script which has different libraries as a single executable or script - tej7gandhi - May-11-2019

Hello All,

I have a python script for it to run user requires to install ptkinter,import Zipfiles,install dropbox and import os ,and other packages.
This script has to be executed on multiple linux and windows machine but with no installations what can I utilize
to have everything packaged and be portable on any computer with no installations.

Thanks and Regards
Tej Gandhi


RE: Package python script which has different libraries as a single executable or script - keames - May-11-2019

Are you aware of pyInstaller? I've never used it personally but there are a lot of great tutorials out there.