Hi, Alex. No - you can't "shell out" from your GAE app to execute GCC. You can't even use Python modules with C extensions. You can only use pure Python code. :-(
Good luck, Raj On Dec 8, 2009, at 8:02 AM, alex wrote: > I want to design an online compiler app on GAE,but i don't know if > the google app engine can support executing the gcc by the python in > the GAE server . > > -- > > 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. > > -- 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.
