On 9/26/07, placid <[EMAIL PROTECTED]> wrote:

> i had done this before but instead of using easy_install i did python
> setup.py install
> but i also tried it this way, still i get the same Traceback when
> trying to start toolbox

This happens on a widget plugin... What are all the plugins you
installed recently that can answer for the entry point:

turbogears.widgets

if you are unsure please proceed as follows to find the culprit:

open turbogears/widgets/base.py (in the TG dir not your app)
and add this:
        print 'Loading widget plugin: %s' % widget_mod

on line 64 just before:
        widget_mod.load()

This should print the name of the plugins that are being loaded, the
last one will be the plugin which is in error

This will help a lot I think ;-)

Cheers,
Florent.

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