Dear all,
I hope this is the correct place to post this . . .
I am embarking on an ambitious project (for me) and after significant
research have decided to base it on web2py.
The project is a simple web portal suitable for people that have very
little experience (or interest) in the web and all it can provide (for
example young children). Initially, I would like the portal will
provide:
* Security ( a safe environment once you are logged in)
* Simplicity (an interface with large fonts and large buttons)
* Consistency ( a template with static objects always in the same
place)
* Email ( a simple webemail program)
* Letters ( a simple wordprocessing platform )
* Stories ( a simple blog )
* Ask an Expert ( a simple forum / wiki )
* Games
* Other fun stuff
I have two quick questions and one problem:
Questions:
1. Am i right in assuming that html5 / web2py / AJAX is a suitable
platform for this project ?
2. T3 will make a good platform for the Letters / Stories / Ask an
Expert
Problem:
I have downloaded T3 and followed the example in the T3 video (old)
and on the default main page.
When I try and enter {{=self.comments()}}, the comments seem to work
fine but there is an error message, the actual comment posts fine.
I have the same problem, on a mac platform and a ubuntu server
platform.
The error message is:
traceback:
Traceback (most recent call last):
File "/Applications/web2py/web2py.app/Contents/Resources/
applications/T3/modules/t2.py", line 38, in t3_execute
File "<string>", line 1, in <module>
File "/Applications/web2py/web2py.app/Contents/Resources/
applications/T3/modules/t2.py", line 941, in comments
File "/Applications/web2py/web2py.app/Contents/Resources/
applications/T3/modules/t2.py", line 160, in redirect
File "gluon/http.py", line 94, in redirect
HTTP: (303, 'You are being redirected <a href="/T3/default/wiki/
main">here</a>', {'Content-Type': 'text/html', 'Location': '/T3/
default/wiki/main'})
code:
=self.comments()
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"web2py Web Framework" 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/web2py?hl=en
-~----------~----~----~----~------~----~------~--~---