Welcome to WuJiGu Developer Q&A Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
1.2k views
in Technique[技术] by (71.8m points)

google api client python import taskqueue

python version 2.7.9

installed version 1.5.1

pip install --upgrade google-api-python-client

from here trying to import task queue like so

from google.appengine.api import taskqueue

getting

ImportError: No module named google.appengine.api

1.5.1 is the latest version, and I can't seem to find any code reference to task queue in the pip code here

See Question&Answers more detail:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to WuJiGu Developer Q&A Community for programmer and developer-Open, Learning and Share
...