Skip to content

RuntimeError: Unhandled nesting of data fields #5

@malcnorth59

Description

@malcnorth59

I'm trying to read a fairly small word document and getting the above error. I have installed the recommended version of python-docx.

document I'm trying to simplify is attached.

this is what I'm doing from ubuntu 20.04 on WSL:

#!/usr/bin/python3

import docx
from simplify_docx import simplify

doc = docx.Document("Cayley-Test-CDD-v0_1.docx")

doc_json = simplify(doc)

Cayley-Test-CDD-v0_1.docx

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