Skip to content

Instantly share code, notes, and snippets.

@antoviaque
Created July 14, 2015 13:47
Show Gist options
  • Select an option

  • Save antoviaque/1f7b051da6986ed9a256 to your computer and use it in GitHub Desktop.

Select an option

Save antoviaque/1f7b051da6986ed9a256 to your computer and use it in GitHub Desktop.
2015-07-14 09:05:15,166 WARNING 4555 [xblock.plugin] plugin.py:138 - Unable to load XBlock 'group-project-v2-navigator'
Traceback (most recent call last):
File "/edx/app/edxapp/venvs/edxapp/src/xblock/xblock/plugin.py", line 136, in load_classes
yield (class_.name, cls._load_class_entry_point(class_))
File "/edx/app/edxapp/venvs/edxapp/src/xblock/xblock/plugin.py", line 73, in _load_class_entry_point
class_ = entry_point.load()
File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pkg_resources.py", line 2087, in load
entry = __import__(self.module_name, globals(),globals(), ['__name__'])
File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/group_project_v2/__init__.py", line 1, in <module>
from .group_project import GroupProjectXBlock, GroupActivityXBlock
File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/group_project_v2/group_project.py", line 31, in <module>
from group_project_v2.components import GroupActivity
ImportError: No module named components
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment