Hi all,

I develop web with turbogears 1
after than i want to integrate my site with another site
when i receive some http parameter from it
eg. trans-id


i have error

2009-03-24 08:16:39,836 cherrypy.msg INFO HTTP: Traceback (most recent
call last):
  File "/var/lib/python-support/python2.5/cherrypy/_cphttptools.py",
line 119, in _run
    applyFilters('before_main')
  File "/var/lib/python-support/python2.5/cherrypy/filters/
__init__.py", line 151, in applyFilters
    method()
  File "/var/lib/python-support/python2.5/turbogears/startup.py", line
148, in before_main
    NestedVariables.to_python(cherrypy.request.params or {})
  File "/usr/lib/python2.5/site-packages/formencode/api.py", line 381,
in to_python
    value = tp(value, state)
  File "/usr/lib/python2.5/site-packages/formencode/
variabledecode.py", line 141, in _to_python
    def _to_python(self, value, state):
  File "/usr/lib/python2.5/site-packages/formencode/
variabledecode.py", line 49, in variable_decode
    dicts_to_sort[tuple(new_keys)] = 1
ValueError: invalid literal for int() with base 10: 'id'


Thank you for any suggestion

Arkom Rattanasiri





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

Reply via email to