The error you are getting is because of the C-extension. I do not know how
they did it, it is possible they disabled the C-extension and reverted to a
pure python implementation.

2009/3/23 Gareth Nelson <[email protected]>

>
> Yet someone is using web.py in the production environment, and web.py
> uses the parser module:
> http://webpy.appspot.com/
>
> On Mar 23, 5:10 pm, Alkis Evlogimenos ('Αλκης Ευλογημένος)
> <[email protected]> wrote:
> > You can't use native (c-extension) modules with app engine. Neither with
> the
> > devappserver nor with the production environment.
> >
> > http://code.google.com/appengine/docs/python/runtime.html#Pure_Python
> >
> > On Mon, Mar 23, 2009 at 5:55 PM, Gareth Nelson <[email protected]
> >wrote:
> >
> >
> >
> >
> >
> > > Hi
> >
> > > I've been trying to get web.py running on GAE and running into issues
> > > with the templating engine, following the sample code here:
> > >http://groups.google.com/group/webpy/browse_thread/thread/e716a79c809.
> ..
> >
> > > When testing my app with the -d option to dev_appserver it gives an
> > > error when trying to import the parser module, parser is imported by
> > > web.py's template module:
> > > DEBUG    2009-03-23 16:54:19,974 dev_appserver.py] Could not import
> > > "strop": Disallowed C-extension or built-in module
> > > DEBUG    2009-03-23 16:54:20,053 dev_appserver.py] Could not import
> > > "parser": Disallowed C-extension or built-in module
> >
> > > --
> > > "Lanie, I'm going to print more printers. Lots more printers. One for
> > > everyone. That's worth going to jail for. That's worth anything." -
> > > Printcrime by Cory Doctrow
> >
> > > Please avoid sending me Word or PowerPoint attachments.
> > > Seehttp://www.gnu.org/philosophy/no-word-attachments.html
> >
> > --
> >
> > Alkis
> >
>


-- 

Alkis

--~--~---------~--~----~------------~-------~--~----~
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