On Jun 21, 2006, at 1:59 PM, mrclean wrote:

>        While working on a turbogears related project (seen here:
> http://groups.google.com/group/turbogears/browse_thread/thread/ 
> bbdab36b87485267/2dbb30605d185aa6?lnk=arm#2dbb30605d185aa6),
> I have run into a small problem.
>
>        I am trying to use the word 'template' as one of my query  
> string
> arguments.  However, on line 290 in controllers.py there is an issue.
> Turbogears complains about getting duplicate entries for the keyword
> "template".
>
>        Upon examining line 290, the reason becomes clear:
>
> _execute_func(_func, template, format, content_type,mapping, fragment,
> *args, **kw))).
> The querystring argument is conflicting with the hardcoded argument.
> Due to the nature of the project, I cannot change the name of my
> argument to avoid this conflict.
>
> Any workarounds or advice would be appreciated

That's a bug. Especially since that's code that's just buried in the  
implementation, we can certainly change those names...

please submit a ticket (http://trac.turbogears.org) with a 1.0b1  
milestone.

Kevin

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