You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "capella2python/tests/test.py", line 7, in <module>
import pyEcoreCapella.activity as Activity
File "capella2python/pyEcoreCapella/activity/__init__.py", line 2, in <module>
from .activity import getEClassifier, eClassifiers
File "capella2python/pyEcoreCapella/activity/activity.py", line 7, in <module>
from behavior import AbstractBehavior
File "GitWS-Community/pyecore/pyecore/behavior.py", line 36, in <module>
from . import ecore
ImportError: attempted relative import with no known parent package
The text was updated successfully, but these errors were encountered:
rename behavior (to ebehavior for example) in pyecore
create init.py at the root of pyEcoreCapella that imports all the symbols defined in packages
cgava
changed the title
[ImportError] attempted relative import with no known parent package
[ImportError] behavior module name conflicts with pyecore.behavior
Mar 11, 2021
detected on commit: 68a0370
The text was updated successfully, but these errors were encountered: