Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No module named common.constants #3

Closed
umiterkol opened this issue Sep 4, 2020 · 1 comment
Closed

No module named common.constants #3

umiterkol opened this issue Sep 4, 2020 · 1 comment

Comments

@umiterkol
Copy link

umiterkol commented Sep 4, 2020

python SirepRAT.py
Traceback (most recent call last):
File "SirepRAT.py", line 49, in
from common.constants import SIREP_VERSION_GUID_LEN, LOGGING_FORMAT, LOGGING_LEVEL, SIREP_PORT, INT_SIZE,
ImportError: No module named common.constants

@dorazouri
Copy link
Member

Seems like a path inclusion issue. Either add your cloned directory to the PATH system variable, or use sys.path.insert(0, path)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants