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

Problems with swig extensions

From: <rbb_at_apache.org>
Date: 2002-11-22 03:01:41 CET

I have been trying to get the swig extensions to work for the last few
days, but not being a python programmer, I am not making much progress.

The first error I got was about the -noproxy flag that is being passed to
swig. I am using swig 1.3.16, which doesn't understand the -noproxy flag
according to the package I have. I fixed this by removing that flag, but
I don't understand why that was required.

Once I did finally get things built, I have tried using svnlook.py, but I
received this error:

Traceback (most recent call last):
  File "./svnlook.py", line 23, in ?
    from svn import fs, util, delta, _repos
  File "/usr/local/lib/python2.2/site-packages/svn/fs.py", line 19, in ?
    import _fs
ImportError: dynamic module does not define init function (init_fs)

I looked at this briefly, but I haven't made much progress. The best I
have found so far is that init_fs isn't an exported symbol, but init__fs
is.

Can anybody help me out?

Ryan

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Nov 22 02:53:46 2002

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.