Hi,
I released a new version with major changes. This time pyxer is leaner
than ever. It does not require 'virtualenv' nor 'appengine-monkey'.
Setting up a new project is as easy as
$ pyxer init
Installing new packages as this
$ pyxer install pygments
And serving is compatible with the Google App Engine tools as always:
$ dev_appserver.py .
There is also a screencast explaining the first steps on the home
page:
http://code.google.com/p/pyxer/
Cheers
Dirk