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

Re: swig-py install problem

From: Troy Curtis Jr <troycurtisjr_at_gmail.com>
Date: 2006-10-16 05:57:20 CEST

On 10/15/06, Kenneth Rogers <kenneth.rogers@gmail.com> wrote:
> Hi,
>
> I'm trying to upgrade svn. I've gotten 1.4.0 to build, and 'make
> swig-py' and 'make install-swig-py' both complete without errors, but
> when I run python:
>
> Python 2.3.4 (#2, Jan 5 2005, 08:24:51)
> [GCC 3.3.5 (Debian 1:3.3.5-5)] on linux2
> Type "help", "copyright", "credits" or "license" for more information.
> >>> from svn import core
> Traceback (most recent call last):
> File "<stdin>", line 1, in ?
> File "/usr/lib/python2.3/site-packages/svn/core.py", line 21, in ?
> File "/usr/lib/python2.3/site-packages/libsvn/core.py", line 5, in ?
> ImportError: No module named _core
>
>
> What the heck is going wrong?
>
> --
> "Linux doesn't exist." -- Kieren O'Shaghnessy (Director of SCO Australia)
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: users-help@subversion.tigris.org
>
>

I had some similar sounding issues with the perl bindings. Try
running "ldconfig" as root to rebuild your dynamically linked library
cache and hopefully that will help.

Troy

PS Sorry for the duplicate email kenneth, I forgot "Reply to All" yet again.

-- 
"Beware of spyware. If you can, use the Firefox browser." - USA Today
Download now at http://getfirefox.com
Registered Linux User #354814 ( http://counter.li.org/)
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Oct 16 05:58:10 2006

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

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