Hi,
On 3/30/06, Olli Wang <[EMAIL PROTECTED]> wrote:
>
> Hi, I just updated SVN, and refered to "Updating from 0.9a1 to 0.9a2"
> and follow the steps. when all is ok. I got TraceBack after I start up
> the project. i tried many ways but have no ideas how to solve it. any
> ideas? thanks
When running from something other than a release, please try to keep
messages over on the turbogears-trunk list. The issues that come up
for SVN installs tend to be different from the issues that come up for
releases.
> 2006-03-30 21:29:25,266 turbogears.visit DEBUG Loading visit manager
> from plugin
> : sqlobject
> RuntimeError: VisitManager plugin missing: sqlobject
This is in the setup.py for TurboGears:
[turbogears.visit.manager]
sqlobject = turbogears.visit:SqlObjectVisitManager
So, the plugin is defined by TurboGears itself. You should have it, if
everything is installed correctly.
You might try doing a
python setup.py develop
Fromthe TG checkout and see if that clears up the problem.
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
-~----------~----~----~----~------~----~------~--~---