BETA IDE: ErrorLoadingUserCode: ... No module named 'portfolios'

Thanks! It wasn’t circular, but you did get me to revisit a neighboring module, migrate_participant_format_from_none_to_1, where the old-style import x was being used instead of from . import x. (Old habits, I guess.) I fixed those import statements, and I’m off and running!

Of course, that means that the error message directed me not only to the wrong line, but the wrong module entirely…

1 Like