forked from appsembler/xblock-video
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
0 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
947d82f
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
hi @ahmer09 i have removed these 2 lines and when I try to run studio, it throws this error
File "/edx/app/edxapp/edx-platform/manage.py", line 120, in <module> startup.run() File "/edx/app/edxapp/edx-platform/cms/startup.py", line 19, in run django.setup() File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/__init__.py", line 27, in setup apps.populate(settings.INSTALLED_APPS) File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/apps/registry.py", line 85, in populate app_config = AppConfig.create(entry) File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/apps/config.py", line 94, in create module = import_module(entry) File "/usr/lib/python2.7/importlib/__init__.py", line 37, in import_module __import__(name) File "/edx/app/edxapp/venvs/edxapp/src/edx-jsme/edx_jsme/__init__.py", line 7, in <module> from capa import inputtypes, responsetypes File "/edx/app/edxapp/edx-platform/common/lib/capa/capa/responsetypes.py", line 33, in <module> from lxml.html.soupparser import fromstring as fromstring_bs # uses Beautiful Soup!!! FIXME? File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/lxml/html/soupparser.py", line 10, in <module> from bs4 import ( File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/bs4/__init__.py", line 30, in <module> from .builder import builder_registry, ParserRejectedMarkup File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/bs4/builder/__init__.py", line 314, in <module> from . import _html5lib File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/bs4/builder/_html5lib.py", line 70, in <module> class TreeBuilderForHtml5lib(html5lib.treebuilders._base.TreeBuilder): AttributeError: 'module' object has no attribute '_base'
Can you help me on this?
947d82f
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
were you able to install this in ironwood? i can see you have made some changes in
xblock.py
file. bd4564c Did you setup this in ironwood?