You're actually looking for _fs.so (or whatever extension AIX uses for
shared objects). _fs.so is one of the complied C Python modules that
comes with the Python Subversion bindings. On my Mac box, it's
installed in /sw/lib/python2.3/site-packages/libsvn/_fs.so.

--Bruce

On 1/4/06, Hans-Joachim Ehlers <[EMAIL PROTECTED]> wrote:
> i am trying to get trac working on AIX 5.1
--snip--
> During a minimal test : e.a
> $ trac-admin /$HOME/TRAC-TEST initenv
> i get the following error message:
--snip--
>   File "/usr/local/lib/python2.4/site-packages/libsvn/fs.py", line 5,
> in ?
>     import _fs
> ImportError: No such file or directory
>
> I found a few message regarding this error on the net but they did not
> solved the issue.
> So could anybody tell where this < _fs > - i assume the real name is:
> < _fs.py > - should come from ?
_______________________________________________
Trac mailing list
[email protected]
http://lists.edgewall.com/mailman/listinfo/trac

Reply via email to