I've patched up my windows box and am trying the tutorial but run into
the same problem as mentioned in the previous msg, i.e.
 
I reach this stage in the tutorial:
http://wiki.pylonshq.com/display/toscawidgets/Using+twForms+with+Pylons.
+Part+1#try-it-out
 
and I can't make validation fail, no matter what I do I get a respons
of:
'You must POST to this method, dummy!'
 
Is it trying to tell me something? :\
 
Could complete files for the tutorial be posted so I can compare and see
where I'm being a dummy?
Or put the complete source in the code 'windows' each time.

================================= 
Here are a few other misc. notes:
- I upgraded python to 2.5 and had to copy a few 2.4 dependencies over:
./ruledispatch-0.5a0.dev_r2247-py2.4-win32.egg
./pyprotocols-1.0a0dev_r2082-py2.4-win32.egg

I think this has been mentioned already but myghty is still a
dependency,
when I didn't have it installed, I got:
Starting subprocess with file monitor
14:14:35,075 WARNI [toscawidgets.view] Failed to load 'pylonsmyghty'
template engine: Myghty>=1.1
Installing myghty removed that msg.

- the line post_form = PostForm("post_form") is missing from the 2nd
code window of widgets.py

- in FireFox the line 
${post_form(action=h.url_for(controller='tutorial', action='save'))}
below
http://wiki.pylonshq.com/display/toscawidgets/Using+twForms+with+Pylons.
+Part+1#edit-the-template
doesn't display for me. Displays o.k. in I.E. Weird.



--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" 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/pylons-discuss?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to