Hi everyone,

I was using py2exe + Django 1.3 without problems. From Django 1.4 the way 
to find the commands changed  and it tries to find .py files as you can see 
in the find_commands() function in the file core/management/__init__.py . 
When you compile Django using py2exe, your don't have .py files, just .pyc 
and manage.exe won't have any command. I have tried to modify the 
find_command() function but the result was negative. Also, I have tried to 
run commands manually but the functions try to find .py files as well.

Did anyone manage to do it?

Cheers

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/d20a0820-24b3-4832-bf18-9bb77b124b7c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to