0

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?

user3422952
  • 319
  • 2
  • 8
  • 17

1 Answers1

0

I believe you can use http://cx-freeze.sourceforge.net with python 3...

timlukins
  • 2,694
  • 21
  • 35