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

parser module naming #6

Open
bjascob opened this issue Jul 3, 2020 · 0 comments
Open

parser module naming #6

bjascob opened this issue Jul 3, 2020 · 0 comments

Comments

@bjascob
Copy link

bjascob commented Jul 3, 2020

Just FYI in case someone else runs into this issue...

When I try to run python3 -u -m parser.extract xxx I get an error that is related to the fact that parser is a standard module in python3.

I went into this directory and changed the absolute imports to relative imports (ie.. change from parser.data import xx to from .data import xx) and renamed the top level directory from parser to model_gsii.

python3 -u -m model_gsii.extract xxx now works correctly.

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

No branches or pull requests

2 participants