Re: autoreload does not reload updated modules for which import is failed

2008-08-19 Thread Yuri Baburov
On Tue, Aug 19, 2008 at 6:12 PM, Yuri Baburov <[EMAIL PROTECTED]> wrote: > On Tue, Aug 19, 2008 at 5:55 PM, Graham Dumpleton > <[EMAIL PROTECTED]> wrote: >> On Aug 19, 8:32 pm, "Yuri Baburov" <[EMAIL PROTECTED]> wrote: >>> Hi devs, >>> >>> Happily there's ihooks.py that does 99% of work (and a bit

Re: autoreload does not reload updated modules for which import is failed

2008-08-19 Thread Yuri Baburov
On Tue, Aug 19, 2008 at 5:55 PM, Graham Dumpleton <[EMAIL PROTECTED]> wrote: > On Aug 19, 8:32 pm, "Yuri Baburov" <[EMAIL PROTECTED]> wrote: >> Hi devs, >> >> Happily there's ihooks.py that does 99% of work (and a bit more). >> >> Please see ticket and applied patch:http://code.djangoproject.com/t

Re: autoreload does not reload updated modules for which import is failed

2008-08-19 Thread Graham Dumpleton
On Aug 19, 8:32 pm, "Yuri Baburov" <[EMAIL PROTECTED]> wrote: > Hi devs, > > Happily there's ihooks.py that does 99% of work (and a bit more). > > Please see ticket and applied patch:http://code.djangoproject.com/ticket/8413 > Working for me on windows and linux. Hmmm, I thought one had to be c

Re: autoreload does not reload updated modules for which import is failed

2008-08-19 Thread Yuri Baburov
Hi devs, Happily there's ihooks.py that does 99% of work (and a bit more). Please see ticket and applied patch: http://code.djangoproject.com/ticket/8413 Working for me on windows and linux. Also one can use the patch to track wrong imports, and it might be useful to add warn() to tell people t