I've been working on a rather large Python project containing both downloaded packages (xlwt, xlrd etc. ) and user defined packages and I'd like to pack it into a single .exe file. I've been searching, but can't seem to find something on how to make an executable from such a project. Any thoughts or links that might help?
EDIT: I've looked into Py2exe, cx_freeze etc. problem is that I can't find a description on how to make an exe file for a project with multiple user defined packages.