Skip to content

Preprocess Text Failure #1146

@davidfungf

Description

@davidfungf

Hello!

I am a beginner of Orange. When the Preprocess Text widget is executed, it returned the following error. Any idea?

File "C:\xxx\orangecontrib\text\widgets\owpreprocess.py", line 93, in __init__items = [(ISO2LANG[itm], itm) for itm in items] TypeError: 'method' object is not iterable

Owpreprocess.py code

self.setMinimumWidth(80)
items = [(ISO2LANG[itm], itm) for itm in items]
self.add_items(items, include_none, value)
self.currentIndexChanged.connect(self.index_changed)

Remarks: Orange version 3.39

Image

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