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

Error: ImportError: No module named 'NodeB' #18

Open
alexmatsuk opened this issue Mar 4, 2018 · 1 comment
Open

Error: ImportError: No module named 'NodeB' #18

alexmatsuk opened this issue Mar 4, 2018 · 1 comment

Comments

@alexmatsuk
Copy link

I'm getting an error when running command below.
alex@alex-VirtualBox:/trinity-master/src/NodeB$ python3 store_block_data.py -->null &
[1] 18625
alex@alex-VirtualBox:
/trinity/src/NodeB$ Traceback (most recent call last):
File "store_block_data.py", line 10, in
from NodeB.config import *
ImportError: No module named 'NodeB'

@maiganne
Copy link
Contributor

maiganne commented Mar 5, 2018

configurate python environment variables:

Enter trinity-master/src/directory. Run the following command to configurate python environment variables:

export PYTHONPATH=$PWD

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