On May 5, 7:58 am, cd34 <[email protected]> wrote: > Will see if I can test this later, but, first thing that stands out > (might be a cut and paste thing) > > <input type="hidden" id="foo7" name="fooname7" > value="somevaluevalue7"/ > > <input type="hidden" id="foo8" name="fooname8" > value="somevaluevalue8"/ > > <input type="hidden" id="foo9" name="fooname9" > value="somevaluevalue9"/ > > your first fields are missing the closing >, which can cause versions > of IE to not render a form properly - are you even seeing the POST on > the server side when the button is hit? If not, I would suspect that > broken html. If the html is indeed correct and it was a cut and paste > error, offhand I'm not sure.
That is an issue of some sort with Google Groups. I've confirmed that the closing bracket is present in the file. > > Are you running the same versions of software between the two? can you > post easy_install.pth from your site-packages directory from both > installations? Here is easy_install.pth from my sample application. I haven't done an install of this sample on the production server. Will do that today. import sys; sys.__plen = len(sys.path) ./setuptools-0.6c11-py2.6.egg ./pip-0.8.1-py2.6.egg ./Pylons-1.0-py2.6.egg ./Tempita-0.5dev-py2.6.egg ./WebTest-1.2.3-py2.6.egg ./WebError-0.10.3-py2.6.egg ./WebOb-1.0.7-py2.6.egg ./Mako-0.4.1-py2.6.egg ./nose-0.11.1-py2.6.egg ./decorator-3.3.1-py2.6.egg ./simplejson-2.1.5-py2.6-linux-x86_64.egg ./FormEncode-1.2.4-py2.6.egg ./PasteScript-1.7.3-py2.6.egg ./PasteDeploy-1.3.4-py2.6.egg ./Paste-1.7.5.1-py2.6.egg ./Beaker-1.5.4-py2.6.egg ./WebHelpers-1.3-py2.6.egg ./Routes-1.12.3-py2.6.egg ./Pygments-1.4-py2.6.egg ./MarkupSafe-0.12-py2.6-linux-x86_64.egg import sys; new=sys.path[sys.__plen:]; del sys.path[sys.__plen:]; p=getattr(sys,'__egginsert',0); sys.path[p:p]=new; sys.__egginsert = p +len(new) Thanks! -- 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.
