Changes between Initial Version and Version 1 of Ticket #33666


Ignore:
Timestamp:
Apr 27, 2022, 9:27:34 AM (2 years ago)
Author:
Tim Graham
Comment:

I doubt the issue is in Django. The last line of the traceback is in Python itself. Anyway, please see TicketClosingReasons/UseSupportChannels for ways to get help. You may reopen this ticket if you confirm an issue in Django. You might also try doing a web search for the error message.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #33666

    • Property Resolutioninvalid
    • Property Severity Release blockerNormal
    • Property Status newclosed
  • Ticket #33666 – Description

    initial v1  
    11I have installed django 4.0.4 , I have created new project via "django-admin startproject core .", then I run "py manage.py runserver", after that I am getting the below error.
    22I have windows 10.
    3 
     3{{{
    44Watching for file changes with StatReloader
    55Exception in thread django-main-thread:
     
    6262    from .suite import BaseTestSuite, TestSuite
    6363ValueError: source code string cannot contain null bytes
     64}}}
Back to Top