Hi, it seems that in the past people have been successful with compiling a django app via pyinstaller or cx_freeze.
Initial problems connected to missing modules due to django's dynamic import mechanism were solved by creating a module which statically imports everything that's needed. This also works fine in my case. However: The compiled django app indeed starts up but somehow doesn't properly initialize it's internal commands: ./manage runserver Unknown command: ‘runserver’ Type ‘manage help’ for usage. Any ideas how this could be solved? Any help would be very appreciated! Thanks, Ralph --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---