[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Installing ViewVC

From: Ed Hillmann <ed.hillmann_at_gmail.com>
Date: 2007-02-18 22:55:32 CET

On 2/17/07, Quang.Tran@sita.aero <Quang.Tran@sita.aero> wrote:
>
> Hello Users
>
> I'm trying to install ViewVC (v1.0.3) as instructed in the INSTALL note.
>
> Basically:
> - I have copied the file /usr/local/viewvc-1.0.3/bin/cgi/viewvc.cgi into
> the Apache's cgi directory /var/www/cgi-bin.
> - Then I launched it by using the URL http://57.4.26.65/cgi-bin/viewvc.cgi.
>
> I've got the following error about python :
>
> =======================================================================================
> An Exception Has Occurred
> Python Traceback
>
>
> Traceback (most recent call last):
> File "/usr/local/viewvc-1.0.3/lib/viewvc.py", line 3629, in main
> request.run_viewvc()
> File "/usr/local/viewvc-1.0.3/lib/viewvc.py", line 253, in run_viewvc
> import vclib.svn
> File "/usr/local/viewvc-1.0.3/lib/vclib/svn/__init__.py", line 25, in ?
> from svn import fs, repos, core, delta
> ImportError: No module named svn
> ==============================================================
>
> What do I have to do to make it work ?
> Please let me know.
> Thank you in advance.
>
> Brgds. Quang.

Make sure you've built/installed the SVN Python module, and make sure
it's included in the PYTHONPATH

But, yes, if that's been done, then check the ViewVC site.

Ed

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sun Feb 18 22:55:58 2007

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.