appengine-gcs-client icon indicating copy to clipboard operation
appengine-gcs-client copied to clipboard

Demo can't find its libs

Open nickretallack opened this issue 9 years ago • 3 comments

I followed the tutorial but it failed to import cloudstorage. To make it work, I added this to the top of python/demo/main.py:

from google.appengine.ext import vendor
vendor.add('lib')

nickretallack avatar Aug 09 '16 20:08 nickretallack

Hi Nick

I tried your suggestion, and even that didn't work? Where is 'lib'? Is this the folder you are referring to:

/src/cloudstorage/cloudstorage_api

Since I can't find any lib folder?

scheung38 avatar Feb 13 '17 15:02 scheung38

lib is created when you run the command

pip install GoogleAppEngineCloudStorageClient -t demo/lib

which is step 3 in the tutorial.

nickretallack avatar Feb 13 '17 20:02 nickretallack

Need this

pip install GoogleAppEngineCloudStorageClient -t demo/lib

when there is already a

src/cloudstorage folder? Since cloning the project also has src/cloudstorage..

scheung38 avatar Feb 13 '17 21:02 scheung38