I had seen a couple GAE apps that let users easily run Python code on
the serverside, so I had thought maybe someone had worked some issues
out already... but you're right, it sounds like I would have to re-
implement a lot of functionality.

I may have to analyze the python scripts and strip code, as you were
saying...  was hoping to avoid that but if its the only option it may
be doable.  (I think I remember seeing some AST processing examples
for Python that would help do the trick...)

If anyone else has any ideas to do this with out-of-the box features
I'm still ears!! =)

On Nov 11, 5:48 pm, Greg <[EMAIL PROTECTED]> wrote:

> If you have to allow scripting, why not offer your app as a framework
> that users put on appengine themselves. That way they have their own
> datastore, authentication and can resolve abuse themselves. Maybe
> offer a service setting it up for them, if necessary.

This could be an option - I wanted the system user friendly enough, to
the point where a user didn't need to know any technical details, just
sign up for an account and start using the Wiki.  In this case I would
have to find a way to auto-publish the app to his own Appengine
account, likely... I'll need to wrap my brain around that for a bit!

>
> Cheers!
> Greg.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to