You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Tom Malia <to...@ttdsinc.com> on 2007/07/05 16:44:07 UTC

svnlib\core.py ?

I'm trying to configure Trac to integrate with Subversion and the current
road block is, it's saying it can't find svnlib.core which would be correct
since I can't find svnlib anywhere on my system.  BUT!  I also can't seem to
find any place where I could get SVNLIB either.

 

Where do I go or what am I suppose to do to get all the necessary supporting
files for the SWIG connection for Python?

 

 


Re: svnlib\core.py ?

Posted by David James <ja...@cs.toronto.edu>.
Hi Tom,

Try downloading
http://subversion.tigris.org/files/documents/15/38215/svn-python-1.4.4.win32-py2.5.exe

This is an automatic installer for the Subversion Python bindings
which works with Python 2.5, so it will setup the necessary DLL files
for you.

Cheers,

David

On 7/5/07, Tom Malia <to...@ttdsinc.com> wrote:
>
>
>
>
> OK,
>
>
>
> After some confusion about what python binding files I should be using was
> cleared up, I think I have the files now… however I'm still getting an error
> when I try to load the svn files.  It's saying:
>
> File "C:\Python25\lib\libsvn\core.py", line 5, in <module>
>
>     Import _core
>
> ImportError: No module named _core
>
>
>
>
>
> I've copied the _core.dll to system32 and to the DLL directory of Python25.
> I tried regsrv32 on the DLLs but they all reported that the module could not
> be found.
>
>
>
> I'm guessing maybe I'm missing some supporting DLLs?
>
>
>
> Any suggestions?
>
>
>
> This is really a pain.
>
>
>
> Regards,
>
> Tom Malia
>
>
>
>  ________________________________
>
>
> From: Tom Malia [mailto:tommalia@ttdsinc.com]
>  Sent: Thursday, July 05, 2007 12:44 PM
>  To: users@subversion.tigris.org
>  Subject: svnlib\core.py ?
>
>
>
> I'm trying to configure Trac to integrate with Subversion and the current
> road block is, it's saying it can't find svnlib.core which would be correct
> since I can't find svnlib anywhere on my system.  BUT!  I also can't seem to
> find any place where I could get SVNLIB either.
>
>
>
> Where do I go or what am I suppose to do to get all the necessary supporting
> files for the SWIG connection for Python?
>
>
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org


Re: svnlib\core.py ?

Posted by Lieven Govaerts <sv...@mobsol.be>.
Tom,

did you try the Bindings installer for Windows? You can find it here:
http://subversion.tigris.org/files/documents/15/38215/svn-python-1.4.4.win32-py2.5.exe

FWIW, these are the DLLs of the installed svn bindings in the python
site-packages/libsvn directory:

intl3_svn.dll
libapr.dll
libapriconv.dll
libaprutil.dll
libdb44.dll
libeay32.dll
libsvn_swig_py-1.dll
_client.dll
_core.dll
_delta.dll
_fs.dll
_ra.dll
_repos.dll
_wc.dll

hth,

Lieven

Tom Malia wrote:
>
> OK,
>
>  
>
> After some confusion about what python binding files I should be using
> was cleared up, I think I have the files now… however I’m still
> getting an error when I try to load the svn files.  It’s saying:
>
> File “C:\Python25\lib\libsvn\core.py”, line 5, in <module>
>
>     Import _core
>
> ImportError: No module named _core
>
>  
>
>  
>
> I’ve copied the _core.dll to system32 and to the DLL directory of
> Python25.  I tried regsrv32 on the DLLs but they all reported that the
> module could not be found.
>
>  
>
> I’m guessing maybe I’m missing some supporting DLLs? 
>
>  
>
> Any suggestions?
>
>  
>
> This is really a pain.
>
>  
>
> Regards,
>
> Tom Malia
>
>  
>
> ------------------------------------------------------------------------
>
> *From:* Tom Malia [mailto:tommalia@ttdsinc.com]
> *Sent:* Thursday, July 05, 2007 12:44 PM
> *To:* users@subversion.tigris.org
> *Subject:* svnlib\core.py ?
>
>  
>
> I’m trying to configure Trac to integrate with Subversion and the
> current road block is, it’s saying it can’t find svnlib.core which
> would be correct since I can’t find svnlib anywhere on my system.
>  BUT!  I also can’t seem to find any place where I could get SVNLIB
> either.
>
>  
>
> Where do I go or what am I suppose to do to get all the necessary
> supporting files for the SWIG connection for Python?
>
>  
>
>  
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

RE: svnlib\core.py ?

Posted by Tom Malia <to...@ttdsinc.com>.
OK, 

 

After some confusion about what python binding files I should be using was
cleared up, I think I have the files now. however I'm still getting an error
when I try to load the svn files.  It's saying:

File "C:\Python25\lib\libsvn\core.py", line 5, in <module>

    Import _core

ImportError: No module named _core

 

 

I've copied the _core.dll to system32 and to the DLL directory of Python25.
I tried regsrv32 on the DLLs but they all reported that the module could not
be found.

 

I'm guessing maybe I'm missing some supporting DLLs?  

 

Any suggestions?

 

This is really a pain.

 

Regards,

Tom Malia

 

  _____  

From: Tom Malia [mailto:tommalia@ttdsinc.com] 
Sent: Thursday, July 05, 2007 12:44 PM
To: users@subversion.tigris.org
Subject: svnlib\core.py ?

 

I'm trying to configure Trac to integrate with Subversion and the current
road block is, it's saying it can't find svnlib.core which would be correct
since I can't find svnlib anywhere on my system.  BUT!  I also can't seem to
find any place where I could get SVNLIB either.

 

Where do I go or what am I suppose to do to get all the necessary supporting
files for the SWIG connection for Python?