If you're going to insist on top posting then I will too, just for the
sake of consistency.

It looks like you're implementing an admin panel somewhere whose
render_admin_panel() method is returning an int for data instead of a
dict like it should be.  It has nothing directly to do with the code
you posted though.  Check your render_admin_panel() method.

On Tue, Nov 18, 2008 at 11:26 PM, velappan velappan <[EMAIL PROTECTED]> wrote:
>
> Hi ,
> This is the trace back yo that error
>
>
> Traceback (most recent call last):
>  File "/usr/local/lib/python2.5/site-packages/Trac-0.11.1-py2.5.egg/
> trac/web/main.py", line 423, in _dispatch_request
>    dispatcher.dispatch(req)
>  File "/usr/local/lib/python2.5/site-packages/Trac-0.11.1-py2.5.egg/
> trac/web/main.py", line 197, in dispatch
>    resp = chosen_handler.process_request(req)
>  File "/usr/local/lib/python2.5/site-packages/Trac-0.11.1-py2.5.egg/
> trac/admin/web_ui.py", line 132, in process_request
>    data.update({
> AttributeError: 'int' object has no attribute 'update'
>
>
> On Nov 17, 11:04 pm, "Erik Bray" <[EMAIL PROTECTED]> wrote:
>> On Mon, Nov 17, 2008 at 6:36 AM, velappan velappan <[EMAIL PROTECTED]> wrote:
>>
>> > Hi all ,
>> > Am working on trac 0.10 for past for months now i moved to 0.11. When
>> > i try's to convert a part of code it showing an error message
>>
>> > "AttributeError: 'int' object has no attribute 'update'".
>> > Can any one help me out in this. with this post i have enclosed my
>> > python and genshi code for your view
>>
>> You've asked this same question before in like three different threads
>> and the answer remains the same:  It's impossible to say what the
>> problem is without seeing a full traceback.  Post the full traceback
>> that leads to your error (if it doesn't come up in the web browser,
>> make sure your environment has logging enabled, and it should come up
>> in the log) and then it will likely be easy to point out where the
>> problem is.

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

Reply via email to