py2exe and Django Import Error no module named apps
I'm trying to make a standalone Django (1.8.2) app using py2exe. To achieve that I have a setup.py file with all settings required by py2exe: modules to be included, not to include, etc. The py2exe console parameter (within my setup.py) is set to 'manage.py'. After running it with python setup.py py2exe py2exe runs succesfully adding all (?) required modules and my Django apps. I get an manage.exe file - seems this is working, right? However, after running the manage.exe file I get the following error: File "manage.py", line 11, in <module> File "django\core\management\__init__.pyo", line 338,