Re: django & py2exe

2011-07-24 Thread CrabbyPete
I've been doing this with no problem here is the top of my routine that runs on its own. After this just write what code you want to run import os, sys from os.pathimport abspath, dirname, join,split from site import addsitedir # Set up the environment

Re: django & py2exe

2011-07-23 Thread Gelonida N
On 07/22/2011 04:15 PM, Alexey Luchko wrote: > On 22.07.2011 02:59, Gelonida N wrote: >> Another issue, that I had is trying to use django under windows with >> py2exe. >> >> Management commands are no more found, as django would require the >> python source code in order to find existing managemen

Re: django & py2exe (was: import django models without runing the server)

2011-07-22 Thread Alexey Luchko
On 22.07.2011 02:59, Gelonida N wrote: Another issue, that I had is trying to use django under windows with py2exe. Management commands are no more found, as django would require the python source code in order to find existing management commands. Perhaps there is an easy work around, but I a