ggrrr, I did all that and tried to register and this what I got!
Traceback (most recent call last):
File "/home/sands/repos/sands_live/virtualenv/lib/python2.5/site-packages/PasteScript-1.6.3-py2.5.egg/paste/script/wsgiserver/__init__.py", line 624, in communicate
req.respond()
File "/home/sands/repos/sands_live/virtualenv/lib/python2.5/site-packages/PasteScript-1.6.3-py2.5.egg/paste/script/wsgiserver/__init__.py", line 359, in respond
for chunk in response:
File "build/bdist.linux-i686/egg/pesto/session/base.py", line 428, in sessionmanager_middleware
result = iter(app(environ, my_start_response))
File "/home/sands/repos/sands_live/lib/sands/web.py", line 142, in mailer_middleware
return app(environ, start_response)
File "build/bdist.linux-i686/egg/pesto/core.py", line 88, in wsgi_app
res = pesto_app(request)
File "/home/sands/repos/sands_live/lib/sands/web.py", line 101, in handler
return app(request, **kwargs)
File "build/bdist.linux-i686/egg/pesto/despatch.py", line 499, in _despatcher_app
return handler(request, **kwargs)
File "/home/sands/repos/sands_live/lib/sands/handlers.py", line 219, in register_submit
result = validate_registration(request)
File "/home/sands/repos/sands_live/lib/sands/handlers.py", line 185, in validate_registration
validator.field_of_interest = String()
NameError: global name 'String' is not defined
grrrr, ....
newbie