Miss in the documentation.

22 views
Skip to first unread message

Magnus

unread,
Apr 15, 2012, 1:06:26 PM4/15/12
to Google App Engine
On this site: https://developers.google.com/appengine/docs/python/tools/libraries27?hl=sv

You show an example:
"libraries:
- name: Django
version: "1.2"
- name: jinja2
version: "2.6"
- name: lxml
version: "2.3"
- name: MarkupSafe
version: "0.15"
- name: NumPy
version: "1.6.1"
..."

But when I used the code from that example to import NumPy in
development server threw an error. It turns out I should use "numpy"
rather then "NumPy". Which I got from this site:
https://developers.google.com/appengine/docs/python/python27/using27?hl=sv#Configuring_Libraries

I'm guessing "MarkupSafe" should really be "markupsafe" etc. to. And
you should probably fix that example so that other guys don't have to
scratch their head. :-)

By the way, is there any official way to report bugs in the
documentation and is more thorough documentation for python 2.7 (or
books on the subject) coming?

Anand Mistry

unread,
Apr 16, 2012, 5:30:51 PM4/16/12
to google-a...@googlegroups.com
This is http://code.google.com/p/googleappengine/issues/detail?id=7258. Doc bugs should be posted to our issue tracker. As for this particular issue, it's fixed internally and will go live in the next release.
Reply all
Reply to author
Forward
0 new messages