Hello, the right URL is https://github.com/mdipierro/web2py-book.git ;-))
BTW, I've just found that it is imported right on PythonAnywhere, but it
gives a ticket. Do you have any clue? Should I open a ticket?
Nico
<type 'exceptions.KeyError'> 'title'
web2py™(2, 3, 2, datetime.datetime(2012, 12, 17, 15, 3, 30),
'stable')PythonPython
2.7.3: /usr/local/bin/uwsgi
Traceback (most recent call last):
File "/home/nicozanf/web2py/gluon/restricted.py", line 212, in restricted
exec ccode in environment
File "/home/nicozanf/web2py/applications/book/controllers/default.py"
<https://nicozanf.pythonanywhere.com/admin/default/edit/book/controllers/default.py>,
line 56, in <module>
response.menu = build_menu()
File "/home/nicozanf/web2py/gluon/cache.py", line 401, in __call__
self.time_expire)
File "/home/nicozanf/web2py/gluon/cache.py", line 216, in __call__
value = f()
File "/home/nicozanf/web2py/gluon/cache.py", line 400, in <lambda>
lambda a=a, b=b: self.func(*a, **b),
File "/home/nicozanf/web2py/applications/book/controllers/default.py"
<https://nicozanf.pythonanywhere.com/admin/default/edit/book/controllers/default.py>,
line 51, in build_menu
submenu.append((info['title']+'
'+info['language'],None,URL('chapter',args=book_id)))
KeyError: 'title'
--