Code Monkey home page Code Monkey logo

Comments (3)

KSchmeeds avatar KSchmeeds commented on May 21, 2024

I'm having a similar issue. I tried importing the google-api-python-client as @lukwam suggested and creating the appengine_config.py, but am still getting this error:

Traceback (most recent call last):
File "/base/alloc/tmpfs/dynamic_runtimes/python27/54c5883f70296ec8_unzipped/python27_lib/versions/1/google/appengine/runtime/wsgi.py", line 240, in Handle
handler = _config_handle.add_wsgi_middleware(self._LoadHandler())
File "/base/alloc/tmpfs/dynamic_runtimes/python27/54c5883f70296ec8_unzipped/python27_lib/versions/1/google/appengine/runtime/wsgi.py", line 299, in _LoadHandler
handler, path, err = LoadObject(self._handler)
File "/base/alloc/tmpfs/dynamic_runtimes/python27/54c5883f70296ec8_unzipped/python27_lib/versions/1/google/appengine/runtime/wsgi.py", line 85, in LoadObject
obj = import(path[0])
File "/base/data/home/apps/sprojectidredacted/20171218t121153.406309468380228714/admin.py", line 23, in
import auth
File "/base/data/home/apps/s
projectidredacted/20171218t121153.406309468380228714/auth.py", line 23, in
import google_directory_service
File "/base/data/home/apps/s~projectidredacted/20171218t121153.406309468380228714/google_directory_service.py", line 19, in
from apiclient.discovery import build
ImportError: No module named apiclient.discovery

from password-alert.

KSchmeeds avatar KSchmeeds commented on May 21, 2024

It appears to now be giving me a similar error as @lukwam

Traceback (most recent call last):
File "/base/alloc/tmpfs/dynamic_runtimes/python27/54c5883f70296ec8_unzipped/python27_lib/versions/1/google/appengine/runtime/wsgi.py", line 240, in Handle
handler = _config_handle.add_wsgi_middleware(self._LoadHandler())
File "/base/alloc/tmpfs/dynamic_runtimes/python27/54c5883f70296ec8_unzipped/python27_lib/versions/1/google/appengine/runtime/wsgi.py", line 299, in _LoadHandler
handler, path, err = LoadObject(self._handler)
File "/base/alloc/tmpfs/dynamic_runtimes/python27/54c5883f70296ec8_unzipped/python27_lib/versions/1/google/appengine/runtime/wsgi.py", line 85, in LoadObject
obj = import(path[0])
File "/base/data/home/apps/sprojectidredacted/20171218t135856.406311194676011588/admin.py", line 23, in
import auth
File "/base/data/home/apps/s
projectidredacted/20171218t135856.406311194676011588/auth.py", line 23, in
import google_directory_service
File "/base/data/home/apps/s~projectidredacted/20171218t135856.406311194676011588/google_directory_service.py", line 23, in
from oauth2client import appengine
ImportError: cannot import name appengine

from password-alert.

MrMosesG avatar MrMosesG commented on May 21, 2024

I ran into these same issues this week.

I got a functional version of the apiclient library by downloading and unzipping the prebuilt server files to deploy from, but I'm now getting http error 500 when trying to launch the admin app at https://.appspot.com.

Is this project just defunct now? It seems much of the code is out of date enough as to be unsupported.

from password-alert.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.