After some big frustration I did it! I converted my django app to an \"exe\" one to run as a single standalone app on windows (using cherrypy as a WSGI server) But When I tr
Maybe you can try pyinstaller instead.
I did have this problem before and didn't find a solution ever, but pyinstaller meets my need too and works perfectly.