Menu

#211 "unpack non-sequence" when adding a Module to a PythonApp

open
nobody
None
5
2004-10-03
2004-10-03
Luca
No

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.

Discussion


Log in to post a comment.