Oops. I didn't even see that someone else had mentioned the swig-py bindings. You should be able to install them through Ports. Try 'port search swig'.

----- Original Message ----
From: Jeff Marder <[EMAIL PROTECTED]>
To: [email protected]
Sent: Tuesday, October 10, 2006 2:28:59 PM
Subject: [Trac] Re: Unsupported version control system "svn"

I got this error the other day after setting up Trac/Subversion on a new machine. It turned out I had forgotten to install the swig-py bindings. Make sure you have them installed.

----- Original Message ----
From: "[EMAIL PROTECTED]" <[EMAIL PROTECTED]>
To: Trac Users <[email protected]>
Sent: Tuesday, October 10, 2006 2:15:56 PM
Subject: [Trac] Re: Unsupported version control system "svn"


Hi,

I've installed Trac via Darwin Ports, and have run into the same error
as Russ. Basically I get the unsupported version control system "svn"
when trying to use Timeline or Browse.

Emmanuel Blot wrote:
> I think you need to run a special "make install-something" command so
> that the bindings are installed ('make install' is not enough, AFAIR).

I'm not sure how to go about doing this, as I just typed in 'sudo port
install trac' to install trac.

> To check the Subversion installation, run the python interpreter and type
> "import svn.repos" for example. You should get no error.

I get this:
Traceback (most recent call last):
  File "<stdin>", line 1, in ?
  File "/opt/local/lib/svn-python/svn/repos.py", line 19, in ?
    from libsvn.repos import *
  File "/opt/local/lib/svn-python/libsvn/repos.py", line 5, in ?
    import _repos
ImportError: Failure linking new module:
/opt/local/lib/svn-python/libsvn/_repos.so: Symbol not found:
_locale_charset
  Referenced from: /opt/local/lib/libintl.3.dylib
  Expected in: /opt/local/lib/libiconv.2.dylib

Not knowing much about Python, I am not sure how to go about
troubleshooting it. I tried the following in google, "Symbol not found:
_locale_charset", but didn't find much.






--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac Users" 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/trac-users
-~----------~----~----~----~------~----~------~--~---

Reply via email to