flask-engine icon indicating copy to clipboard operation
flask-engine copied to clipboard

ImportError: No module named gae_path.util

Open voidfiles opened this issue 12 years ago • 1 comments

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

voidfiles avatar Aug 07 '13 16:08 voidfiles

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

  $ git submodule init
  $ git submodule update

alyssaq avatar Feb 07 '14 11:02 alyssaq