Skip to content

problem in runserver #3

@Satendra35

Description

@Satendra35

C:\Users\Satendra\AppData\Roaming\Python\Python37\site-packages\django\dispatch\dispatcher.py:85: DeprecationWarning: inspect.getargspec() is deprecated since Python 3.0, use inspect.signature() or inspect.getfullargspec()
argspec = inspect.getargspec(receiver)

C:\Users\Satendra\AppData\Roaming\Python\Python37\site-packages\django\template\base.py:1108: DeprecationWarning: inspect.getargspec() is deprecated since Python 3.0, use inspect.signature() or inspect.getfullargspec()
params, varargs, varkw, defaults = getargspec(func)

C:\Users\Satendra\AppData\Roaming\Python\Python37\site-packages\django\utils\itercompat.py:30: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated, and in 3.8 it will stop working
return isinstance(x, collections.Iterator)

AttributeError: module 'html.parser' has no attribute 'HTMLParseError'

I am not Able to solve this error. Can you help me out

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions