Skip to content

AssertionError: write() argument must be string #2

Open
@jedie

Description

@jedie

I'm trying to run django with python 3.3 using your flup fork. But i the the error:

...
  File "/home/test/django-env/lib/python3.3/site-packages/flup/server/fcgi_base.py", line 1062, in write
    assert type(data) is str, 'write() argument must be string
AssertionError: write() argument must be string

Code line is here: https://github.com/Pyha/flup-py3.3/blob/master/flup/server/fcgi_base.py#L1062

In this case: data is type bytes

btw. is this project alive?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions