-
-
Notifications
You must be signed in to change notification settings - Fork 86
Open
Description
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

Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels