Changes between Initial Version and Version 1 of Ticket #27766


Ignore:
Timestamp:
Jan 23, 2017, 9:10:55 AM (7 years ago)
Author:
oTree-org
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #27766 – Description

    initial v1  
    1212However, `python manage.py runserver --noreload` works fine, so it seems related to the auto-reloader.
    1313
     14Here is the info from the Windows Event Viewer:
     15
     16
     17
     18{{{
     19Faulting application name: python.exe, version: 3.5.1150.1013
     20Faulting module name: ucrtbase.dll, version: 10.0.14393.0
     21Exception code: 0xc0000005
     22Faulting module path: C:\WINDOWS\System32\ucrtbase.dll
     23
     24}}}
     25
     26
    1427I have seen it happen with at least 5 people using Py3 & PowerShell, with Windows 8 or 10, and various PC models. (Though most people seem unaffected.)
    1528
     29
     30
    1631Occurs with Django 1.8/1.10 and Python 3.5/3.6, maybe others also.
Back to Top