I have a Python program that requires the install of 4 external libraries. This program needs to be given to other people to run who may not have any command line experience so giving them commands to enter is not really an option.
Is there a way I can package all these libraries into one file so they can execute easier without the need to do several installs?
I have researched and experimented with distutils, setuptools and python eggs but could not get the file running on another machine.