pradyumna wrote:
> I am getting "AttributeError: 'module' object has no attribute
> 'get_uuid' " error for trac 0.12.

(snip)

> File "build/bdist.linux-i686/egg/trac/versioncontrol/svn_fs.py", line
> 342, in __init__

The "get_uuid" at that location is the function svn.fs.get_uuid(),
provided by the Subversion bindings. So either your bindings are broken,
or some import magic is working against Trac.

Try the following at a Python prompt:

>>> from svn import fs
>>> fs.get_uuid
<function svn_fs_get_uuid at 0x9f4ca04>

You should get a similar output. If you get an exception, your Python
bindings for Subversion are definitely broken.

> Subversion    1.6.13 (r1002816)

Same version here, and it's working fine.

-- Remy

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to