I am trying web2py for the first time and I am trying to get the example in 
the book:

http://web2py.com/books/default/chapter/29/03/overview

to work. I am using goole app engine launcher in windows 7.

I managed to write the model (db.py) to create image and post tables. 
Administration interface shows the db.py file but I can not do anything 
with it. When I try database administration or graph model I get:

Internal errorTicket issued: 
unrecoverable<http://localhost:8080/admin/default/ticket/unrecoverable>

the log console shows the following errors:

ERROR    2014-03-12 07:37:48,127 restricted.py:166] Traceback (most recent 
call last):

  File "C:\MyTemp\testi\gluon\main.py", line 479, in wsgibase

    session._try_store_in_cookie_or_file(request, response)

  File "C:\MyTemp\testi\gluon\globals.py", line 1126, in 
_try_store_in_cookie_or_file

    return self._try_store_in_file(request, response)

  File "C:\MyTemp\testi\gluon\globals.py", line 1139, in _try_store_in_file

    session_folder = os.path.dirname(response.session_filename)

  File "C:\Python27\lib\ntpath.py", line 205, in dirname

    return split(p)[0]

  File "C:\Python27\lib\ntpath.py", line 170, in split

    d, p = splitdrive(p)

  File "C:\Python27\lib\ntpath.py", line 125, in splitdrive

    if p[1:2] == ':':

TypeError: 'NoneType' object has no attribute '__getitem__'



-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to