8000 xlrd / xlwt requirements not specified · Issue #216 · divio/aldryn-forms · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on Jan 20, 2022. It is now read-only.
This repository was archived by the owner on Jan 20, 2022. It is now read-only.
xlrd / xlwt requirements not specified #216
Open
@ketaro

Description

@ketaro

When attempting to export a form on a fresh install, get the following error:

  File "/home/nicka/repos/xxxxx/env/lib/python3.8/site-packages/aldryn_forms/admin/views.py", line 96, in done
    response = HttpResponse(dataset.xls, content_type=content_type)
AttributeError: 'Dataset' object has no attribute 'xls'

It's easily fixed by doing a pip install "tablib[xls]", but the dependancies for xlrd and xlwt should be added.

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

      0