Python TypeError _NamespacePath' object does not support indexing

preview_player
Показать описание
Python TypeError _NamespacePath' object does not support indexing
change module.__path__[0] to list(module.__path__)[0]
Рекомендации по теме