This is my code:
from google.appengine.ext import db
import pygments
from pygments import highlight
from pygments.lexers import get_lexer_by_name
from pygments.formatters import HtmlFormatter
But I get:
import pygments
ImportError: No module named pygments
INFO 2012-07-20 07:05:44,386 dev_appserver.py:2952] "GET / HTTP/1.1" 500 -
What am I doing wrong?
Does Google App Engine not support pygments? I thought it did... Could someone please correct me?