I'm checking out this problem which is surely not related to your
script.
I don't know why, the sequence of function calls in errors page shows
that the main scripts attempts to import modules in another site's
folder...
On 24 oct, 17:32, yejun <[EMAIL PROTECTED]> wrote:
> You should not see that error if you use latest 0.3.
>
> app = web.application(urls, globals())
> session = web.session.Session(app)
> def main():
> app.cgirun()
>
> To use latest 0.3 with template, you simply remove all line contains
> compiler in template.py
>
> On Oct 24, 3:56 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote:
>
>
>
> > A BIG THANKS!
>
> > By the way, this doesn't work with webpy 0.3 right?
> > I got this error:
>
> > <type 'exceptions.ImportError'>: No module named flup.server.fcgi
> > args = ('No module named flup.server.fcgi',)
> > message = 'No module named flup.server.fcgi'
>
> > Is there anything else I should install besides flup?
>
> > Luis
>
> > On Oct 24, 3:44 pm, yejun <[EMAIL PROTECTED]> wrote:
>
> > > Webpy's own session work well. I don't think you need to use beaker's.
> > > Here is the session I patched for
> > > webpy.http://github.com/yejun/webpy/tree/GAE/web/session.py
>
> > > Use it as normal webpy session.
> > > app = web.application(urls, globals())
> > > session = web.session.Session(app)
>
> > > On Oct 24, 8:48 am, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote:
>
> > > > I'm looking for information about how to use Beaker sessions with
> > > > webpy on Appengine.
> > > > I've been googling for awhile but I could only find incomplete or
> > > > outdated information.
> > > > I know people are using beaker sessions in appengine but so far, I
> > > > could only get it working with a patch for webapp (it doesn't work
> > > > with webpy).
>
> > > > If there is anyone using beaker, please kindly tell me what version
> > > > should I use and, if possible, some usage sample (configuration
> > > > options, etc).
>
> > > > Thanks!
> > > > Luis- Ocultar texto de la cita -
>
> - Mostrar texto de la cita -
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"web.py" 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/webpy?hl=en
-~----------~----~----~----~------~----~------~--~---