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

viewcvs and cgi

From: Dave Oxley <Dave_at_JungleMoss.com>
Date: 2003-09-10 02:48:30 CEST

I've installed viewcvs 1.0-dev and svn 0.29.0 on my RedHat 8 box. Viewcvs
works fine with mod_python (except for the bugs) but gets the following with
cgi:

An Exception Has Occurred

Python Traceback

Traceback (most recent call last):

  File "/usr/local/viewcvs-1.0-dev/lib/viewcvs.py", line 3109, in main

    run_viewcvs(server)

  File "/usr/local/viewcvs-1.0-dev/lib/viewcvs.py", line 2996, in
run_viewcvs

    request = Request(server)

  File "/usr/local/viewcvs-1.0-dev/lib/viewcvs.py", line 251, in __init__

    import vclib.svn

  File "/usr/local/viewcvs-1.0-dev/lib/vclib/svn/__init__.py", line 26, in ?

    from svn import fs, repos, core

ImportError: No module named svn

Any ideas why it would work for mod_python, but not with cgi?

Dave.
Dave@JungleMoss.com
Received on Wed Sep 10 02:53:11 2003

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

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