Christian,

Thanks a ton for the pointers... Did exactly what you mentioned and all is working fabulously now.

Thanks again.

-d

On 1/27/06, Christian Boos <[EMAIL PROTECTED]> wrote:
Daniel Wintschel wrote:
> Sorry for yet another email.
>
> I tried testing the pysqlite bindings, and python crapped when I tried
> to import them.
>
> I just re-installed the pysqlite bindings, and now I can at least us
> trac-admin from the command line successfully...
>
> So now my problem is that trac-admin from the command line is version
> 0.9.3, but the Trac site that is running still says 0.9.2 (and still
> displays mean bug 2416, namely a broken browser and roadmap).
>
> Any further input?

From what I understand of your local installations, you have:

/usr/lib/python2.4/site-packages/... => containing Trac 0.9.2 and used
by your Trac server
and
/usr/local/lib/python2.4/site-packages/... => containing Trac 0.9.3 and
used at the command line.

You need to find a way to make your Trac server use /usr/local/ installation
or alternatively, upgrade your /usr installation to 0.9.3:
At the command line, `which python` will probably show you
/usr/local/bin/python.
Change that to /usr/bin/python (export PATH=/usr/bin:$PATH).
Then redo the 0.9.3 install.

Hope this helps,

-- Christian

_______________________________________________
Trac mailing list
[email protected]
http://lists.edgewall.com/mailman/listinfo/trac

_______________________________________________
Trac mailing list
[email protected]
http://lists.edgewall.com/mailman/listinfo/trac

Reply via email to