Yes! It works now.

The embarassing thing is that the manual already showed the correct
way to do it
(it had a modified content attribute) and I completely overlooked it.

Best regards,
Stefaan.

To summarize my steps:

* make your pyjamas application, e.g. TodoApp.py
* use pyjsbuild to create the output folder which features, amongst
other stuff, TodoApp.html
* copy the entire output folder to the static folder of your
application
* Make a view in web2py based on the contents of TodoApp.html: change
the content attribute of the meta tag and the src attribute in the
script tag so that it points to the static controller of your
application

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To post to this group, send email to web2py@googlegroups.com
To unsubscribe from this group, send email to 
web2py+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/web2py?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to