Skip to content

cStringIO does not exist in Python 3 #14

@tymrl

Description

@tymrl

cStringIO is a Python 2-specific module. The equivalent module in Python 3 is io.StringIO.

ImportError at / No module named 'cStringIO' Request Method: GET Request URL: http://localhost:8000/?model=haven Django Version: 1.6.5 Exception Type: ImportError Exception Value: No module named 'cStringIO' Exception Location: /Users/NewTim/git/Zeke/zeke/views.py in <module>, line 12 Python Executable: /Users/NewTim/py3/bin/python3

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions