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

ImportError: No module named gae_path.util #12

Open
voidfiles opened this issue Aug 7, 2013 · 1 comment
Open

ImportError: No module named gae_path.util #12

voidfiles opened this issue Aug 7, 2013 · 1 comment

Comments

@voidfiles
Copy link

When I try and run the tests I get this error

Traceback (most recent call last):
File "test.py", line 7, in
find_gae_sdk()
File "/my/local/path/api/utils.py", line 28, in find_gae_sdk
from gae_path.util import gae_sdk_path, add_gae_sdk_path
ImportError: No module named gae_path.util

@alyssaq
Copy link

alyssaq commented Feb 7, 2014

Please add to README.md the following commands to get the git submodules for gae_path:

  $ git submodule init
  $ git submodule update

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