How do I export Python with the libraries used? It seems like a hassle to get people to install not only Python but the libraries needed to run the code.
I'm using Python 3.4 so I can't use Py2Exe, how do I include the libraries in a folder to use locally without installing them to the system?