2006JAN241523
Update:
Next www.flickr.com/photos/bootload/151687217/... installed svn, apache2 reconfigured, webpy works again
www.flickr.com/photos/bootload/115246692/ ... raising my blood pressure
www.flickr.com/photos/bootload/102536597/ ... Rudimentary forms working.
Next >>> .... Templates working.
Next >>> ... Bugs in using Cheetah templates
form.py works
Finally got the form code to work. It turns out the style sheet was altering the examples so they rendered but not in any visible way.
The only way I could get to here through experimenting:
*Comment out the style sheet one by one.
*I deduced it was the style sheet by view source of the previous example & hand modifying the html
*Saving as html & testing if it would render.
*The code still needs tidy
-use a python module that calls tidy on Form.Render() method
*Examples with styles should at least work
-style sheet supplied didn't work
-have to try my own.
The full source code is here. The next challenge is databases & redirects so I can build an application :)
2006JAN241523
Update:
Next www.flickr.com/photos/bootload/151687217/... installed svn, apache2 reconfigured, webpy works again
www.flickr.com/photos/bootload/115246692/ ... raising my blood pressure
www.flickr.com/photos/bootload/102536597/ ... Rudimentary forms working.
Next >>> .... Templates working.
Next >>> ... Bugs in using Cheetah templates
form.py works
Finally got the form code to work. It turns out the style sheet was altering the examples so they rendered but not in any visible way.
The only way I could get to here through experimenting:
*Comment out the style sheet one by one.
*I deduced it was the style sheet by view source of the previous example & hand modifying the html
*Saving as html & testing if it would render.
*The code still needs tidy
-use a python module that calls tidy on Form.Render() method
*Examples with styles should at least work
-style sheet supplied didn't work
-have to try my own.
The full source code is here. The next challenge is databases & redirects so I can build an application :)