Re: Changes in django/utils/autoreload.py breaks execution from IDE

2011-03-24 Thread Dmitry Trofimov
Also, there is a big hope that something like 1.3.1 release will be produced soon as Django 1.3 without r15911 is still IDE unfriendly. -- Thanks, Dmitry On Thu, Mar 24, 2011 at 6:19 PM, Dmitry Trofimov wrote: > Hi Karen, > > r15911 does fix the problem. Thanks. > > You know, people often run co

Re: Changes in django/utils/autoreload.py breaks execution from IDE

2011-03-24 Thread Dmitry Trofimov
Hi Karen, r15911 does fix the problem. Thanks. You know, people often run code from IDE without debugging. If you develope in IDE it is convenient to run code from IDE without switching to console. However you are right, that --noreload is nesessary for being able to debug. I am unsing and deve

Re: Changes in django/utils/autoreload.py breaks execution from IDE

2011-03-24 Thread Karen Tracey
On Thu, Mar 24, 2011 at 7:48 AM, traff wrote: > Hi guys! > > Recent commit(r15883), which fixes #15565, indeed brokes execution of > django server from IDE on UNIX platforms. > > What can be done to fix that? > > I suspect r15911 will fix it, if the problem is what I'm guessing it is. However I a

Re: Changes in django/utils/autoreload.py breaks execution from IDE

2011-03-24 Thread Russell Keith-Magee
On Thu, Mar 24, 2011 at 7:48 PM, traff wrote: > Hi guys! > > Recent commit(r15883), which fixes #15565, indeed brokes execution of > django server from IDE on UNIX platforms. > > What can be done to fix that? Well, for starters, we'll need a clear description of the problem. "IDE" isn't a specifi

Re: Changes in django/utils/autoreload.py breaks execution from IDE

2011-03-24 Thread Karen Tracey
On Thu, Mar 24, 2011 at 7:48 AM, traff wrote: > Hi guys! > > Recent commit(r15883), which fixes #15565, indeed brokes execution of > django server from IDE on UNIX platforms. > > What can be done to fix that? > > Please open a ticket: http://code.djangoproject.com/newticket and describe the pro