Has anyone tried cx_freeze to compile their code into a single binary? I've been trying, but I'm unable to run the final binary. Now... I assume that I'm supposed to "freeze' manage.py... which is what I tried. Here's the output:
[EMAIL PROTECTED] ajc]# ./manage Traceback (most recent call last): File "manage.py", line 11, in ? execute_manager(settings) File "/usr/local/lib/python2.4/site-packages/django/core/ management.py", line 1657, in execute_manager project_directory = setup_environ(settings_mod) File "/usr/local/lib/python2.4/site-packages/django/core/ management.py", line 1649, in setup_environ project_module = __import__(project_name, {}, {}, ['']) ValueError: Empty module name If freeze isn't going to work... is there any other way to obfuscate the code? Thanks! Justin --~--~---------~--~----~------------~-------~--~----~ 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 [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---