2008/4/8, ChessMess <ches...@gmail.com>:
Assembly... ;-)
Joking, of course...
Python is enough for me.
[]s
Roger
Please refer to Amanda's post earlier in this thread. To vote for your
language, either:
1. Create an issue here
(http://code.google.com/p/googleappengine/issues/list) or
2. Star one that already exists.
I suppose the starred threads are tracked an allow them to gauge popularity...
John
I'm trying to run Pylons on appengine.
the pkg_resourres questions can be resolved using the patches send by
Ian Bicking on the issues list.
The major blocker seems to be the subprocess, that paste requires in a
lot of places.
As subprocess is not allowed on the sandbox, the Paste tries to import
his own subproccess (2.4 compatible).
And everything dies on
import fcntl
So, I think taht we need a subprocess mock, or less sand in the box,
or adapt the PasteScript :)
[]´ s
- Walter
I'm working on getting some of this stuff together. I have a minimal
app working with Paste Deploy and managing it with virtualenv during
development. I'm not using Paste Script at all, instead just using
paste.deploy.loadapp. I should get a basic setup script out sometime
today. It won't be "Pylons", but it'll be all the package
infrastructure to at least make debugging the next set of problem easier.
Ian
I can't wait for that!
[]'s
- Walter