On Sat, Oct 25, 2008 at 3:20 AM, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
>
> OK, i'M ALMOST THERE!
> But...
>
>    session = web.session.Session(app)
>    TypeError: __init__() takes at least 3 arguments (2 given)
>    INFO     2008-10-24 22:24:10,558 dev_appserver.py] "GET / HTTP/
> 1.1" 500 -

I am getting a different error.

  File "/Users/anand/work/webpy/gae/helloworld/web/session.py", line
184, in __init__
    os.mkdir(root)
AttributeError: 'module' object has no attribute 'mkdir'

I think it is because app engine doesn't allow you to create
directories or write files.

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

Reply via email to