How to deploy a Python application with libraries as source with no further dependencies?
问题 Background : I have a small Python application that makes life for developers releasing software in our company a bit easier. I build an executable for Windows using py2exe. The application as well as the binary are checked into Subversion. Distribution happens by people just checking out the directory from SVN. The program has about 6 different Python library dependencies (e.g. ElementTree, Mako) The situation : Developers want to hack on the source of this tool and then run it without