Re: Problem with autoreloading with development server

2005-12-26 Thread Radek Svarz
I also get sometimes the error Eugene noted. Using Python 2.4.1 on WINXP. When dealing with autoreload, I often found that it would be usefull if the server could be forced to reload on some keystroke (eg. CTRL-R). Then I would not need autoreload at all (I rather know when things change). So I s

Re: Problem with autoreloading with development server

2005-12-23 Thread PythonistL
Hello Eugene, I use Python 2.3. (You can email to me directly to my email: PythonAThope.cz where AT is @) Regards, L.

Re: Problem with autoreloading with development server

2005-12-23 Thread Eugene Lazutkin
I got the latest updates to Django 5 minutes ago and tried it on XP --- no reloading. I guess it works for me. The only problem is: Traceback (most recent call last): File "C:\Program Files\Python24\lib\site-packages\django\core\servers\basehttp .py", line 273, i

Re: Problem with autoreloading with development server

2005-12-23 Thread PythonistL
I found out ( with help of guys from Django IRC) that there is a probably bug in the latest autoreload.py file( when using with XP) .When I replaced that file with an older, version it works well now again Regards, L.

Re: Problem with autoreloading with development server

2005-12-23 Thread PythonistL
I found a ticket for that at http://code.djangoproject.com/ticket/826 but it is rather old and the previous versions worked on my XP well. Does it mean that the development server was changed very recently? L.

Problem with autoreloading with development server

2005-12-23 Thread PythonistL
I downloaded the latest Django development version and now the development server reloads very often( almost all the time when a webpage should be changed) eventhough I did not make any change to my source code. Here is the server log Starting server on port 8081 with settings modul