Import error: no module named 'openedx.core'

i’m trying to recompile the themes but got an error.

can someone help me?

1 Like

Hi @Cover_Kami
try this

sudo -H -u edxapp bash
source /edx/app/edxapp/edxapp_env
cd /edx/app/edxapp/edx-platform
paver update_assets lms --settings=aws --themes=theme_name

also read this post

and read this document
https://docs.huihoo.com/edx/open-edx-developer-guide/pavelib.html
hopefully, it helps you

1 Like