"unpack non-sequence" when adding a Module to a PythonApp
Status: Beta
Brought to you by:
riaan
When adding a Module to a PythonApp form
a "TypeError: unpack non-sequence" is generated.
The reason is function "identifySource(source)" in
PythonEditorModels.py returning None.
I added a
return ModuleModel, ''
statement at the end of the function and this seems to
help but it is not a solution, the error disappears but a
info dialog appears.