On 7/7/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
>
> Tim...
>
> Thank you for the help....but it's still not working no matter how I
> try it.
>
> When I break it down to it's simplest component...and put this in my
> kid template:
>  ${reg.get('rxName')}  ---- I get an internal error, the last few lines
> of which are as follows:
>
>  File "/home/me/ws/xstart/xstart/templates/pattern_match.py", line 96,
> in _pull
>   File
> "/usr/lib/python2.4/site-packages/SQLObject-0.7.1dev_r1457-py2.4.egg/sqlobject/main.py",
> line 898, in get
>     id = cls.sqlmeta.idType(id)
> ValueError: invalid literal for int(): rxName

That looks like you're using a value that can't be converted to an
int, in a place where an int is needed.  At a guess you are passing a
string (or an object) to your id column?

Ed

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to