-
Notifications
You must be signed in to change notification settings - Fork 79
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
cannot import name dev_appserver #86
Comments
Do you have the app engine SDK installed in the correct place? |
It is installed and I used it to create the symlinks. The project actually works when I use the SDK GUI to start/deploy the app but I can't start or use any of the manage.py commands via the cmd line |
App engine SDK is acessible from /usr/local/google_appengine...
|
on djangoappengine/utils.py there is an import for dev_appserver
However, this module doesnt exist on my version of the SDK...
how should I proceed? |
the import should look like this:
So if Which SDK version are you using? And which version of djangoappengine? |
@aburgel can reproduce with app engine 1.9.7 + latest master of djangoappengine. https://github.com/potatolondon/djappengine/blob/master/lib/environ.py#L32
👍 the solution works |
The new version of app engine (1.9.17) has done away with
I am now unable to run the development server. Symlinks are created. Any idea how I should proceed? Can we downgrade the app engine version? Will this affect deployment? |
When we say 'soon' ... how much longer are we looking at here? I'm still dead in the water on the 1.9.17 appengine. |
@slumtrimpet there are still some issues with the branch, but you can use it if you want. it should work pretty well. |
I have the same issue on it and tried on branch devappserver2. INFO 2014-12-27 13:11:38,700 sdk_update_checker.py:229] Checking for updates to the SDK. |
@huayueh i've been experienced the same problem with 1.9.15. looks like the solution is https://code.google.com/p/googleappengine/issues/detail?id=11536 |
I just noticed on devappserver2, it seems this last update that the local shell does not use the datastore_path option, because my database is empty when using local shell. I have to dig further, but wondering if anyone else also see this? |
+1 for #77 - I was getting this error from manage.py:
Using the devappserver2 branch fixed it for me, and manage.py works now. |
I am having this problem on a MAC Mountain Lion...
./manage.py runserver
The text was updated successfully, but these errors were encountered: