Skip to content

Instantly share code, notes, and snippets.

@ovnicraft
Created August 27, 2014 17:56
Show Gist options
  • Save ovnicraft/ce3bb3edf69a2e530448 to your computer and use it in GitHub Desktop.
Save ovnicraft/ce3bb3edf69a2e530448 to your computer and use it in GitHub Desktop.
profile xblock
0 errors found
Django version 1.4.12, using settings 'cms.envs.devstack'
Development server is running at http://0.0.0.0:8001/
Quit the server with CONTROL-C.
2014-08-27 12:55:04,546 INFO 19961 [newrelic.core.agent] agent.py:136 - New Relic Python Agent (2.18.1.15)
2014-08-27 12:55:07,701 WARNING 19961 [xblock.plugin] plugin.py:133 - Unable to load XBlock 'profile'
Traceback (most recent call last):
File "/edx/app/edxapp/venvs/edxapp/src/xblock/xblock/plugin.py", line 131, in load_classes
yield (class_.name, cls._load_class_entry_point(class_))
File "/edx/app/edxapp/venvs/edxapp/src/xblock/xblock/plugin.py", line 68, 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 2092, in load
raise ImportError("%r has no %r attribute" % (entry,attr))
ImportError: <module 'profile' from '/usr/lib/python2.7/profile.pyc'> has no 'ProfileXBlock' attribute
2014-08-27 12:55:08,680 WARNING 19961 [xblock.plugin] plugin.py:133 - Unable to load XBlock 'profile'
Traceback (most recent call last):
File "/edx/app/edxapp/venvs/edxapp/src/xblock/xblock/plugin.py", line 131, in load_classes
yield (class_.name, cls._load_class_entry_point(class_))
File "/edx/app/edxapp/venvs/edxapp/src/xblock/xblock/plugin.py", line 68, 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 2092, in load
raise ImportError("%r has no %r attribute" % (entry,attr))
ImportError: <module 'profile' from '/usr/lib/python2.7/profile.pyc'> has no 'ProfileXBlock' attribute
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment