py2exe + Django 1.6

2014-04-10 Thread Antonio Francisco Martín Romero
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

Re: py2exe + Django 1.6

2014-04-10 Thread Antonio Francisco Martín Romero
ch I'm already using for years to package my django > application with py2exe. > > I don't understand why the core team continues to use the current > un-pythonic code to discover commands and fails to merge any of the fixes > that have been proposed. > > Johan > &g