Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
任何人都知道如何在 google appengine 上使用 python 魔杖( http://pypi.python.org/pypi/Wand/0.1.10 )?我已将 wand 目录复制到我的项目目录中,但仍然无法正常工作。
Wand 的文档将其描述为 ImageMagick API 的 Python 绑定。因此,在 App Engine 上安装它没有任何意义,因为 ImageMagick 本身并不存在。