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
I write here to document my trials and errors how to run this template in case someone else run to this problem
After changing my_module/metadata.py as suggested and running internal/generate.py, to my surprise both <my_named_module>/main.py and tests/test_main.py complained, that they can not find <my_named_module> (note, "paver test_all" worked).
The solution was to add path/to/project to PYTHONPATH
The text was updated successfully, but these errors were encountered:
I write here to document my trials and errors how to run this template in case someone else run to this problem
After changing my_module/metadata.py as suggested and running internal/generate.py, to my surprise both <my_named_module>/main.py and tests/test_main.py complained, that they can not find <my_named_module> (note, "paver test_all" worked).
The solution was to add path/to/project to PYTHONPATH
The text was updated successfully, but these errors were encountered: