472,805 Members | 918 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,805 software developers and data experts.

I am looking for svn library(module)

Hi,

I am looking fo svn library(module) which is used in the svn-
mailer(http://opensource.perlig.de/svnmailer/) project. Does anybody
know where can I find it(download url)? This is information which I
received from python error:

from svn import core as svn_core
ImportError: No module named svn

Best regards
Jul 7 '08 #1
3 2315
On Jul 7, 7:49*am, sni...@gmail.com wrote:
Hi,
I am looking fo svn library(module) which is used in the svn-
mailer(http://opensource.perlig.de/svnmailer/) project. Does anybody
know where can I find it(download url)? This is information which I
received from python error:
from svn import core as svn_core
ImportError: No module named svn
Best regards
I believe that it is the python binding provided by Subversion.

You didn't say what platform you are on or what version of SVN you are
using so I can't point you any closer than:
http://subversion.tigris.org/

HTH

...
Jay Graves
Jul 7 '08 #2
sn****@gmail.com wrote:
Hi,

I am looking fo svn library(module) which is used in the svn-
mailer(http://opensource.perlig.de/svnmailer/) project. Does anybody
know where can I find it(download url)? This is information which I
received from python error:

from svn import core as svn_core
ImportError: No module named svn

Best regards
Those would be the bindings that come with Subversion. They're covered
at the end of ./INSTALL in the source tree (which just points you to
../subversion/bindings/swig/INSTALL). If you installed svn with a package
manager, there's probably a package for them (e.g. python-subversion on
Ubuntu).
--
Jul 7 '08 #3
On 2008-07-07, sn****@gmail.com <sn****@gmail.comwrote:
Hi,

I am looking fo svn library(module) which is used in the svn-
mailer(http://opensource.perlig.de/svnmailer/) project. Does anybody
know where can I find it(download url)? This is information which I
received from python error:

from svn import core as svn_core
ImportError: No module named svn
The module is called 'pysvn', available at tigris.org. They use it in their
work-branch program.
Jul 7 '08 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

8
by: Raymond Hettinger | last post by:
Comments are invited on the following proposed PEP. Raymond Hettinger ------------------------------------------------------- PEP: 329
2
by: Juan Stang | last post by:
Hope someone can help ... My Python sys.version prints out as follows: '2.3.3 (#51, Dec 18 2003, 20:22:39) ' I'm also running Windows XP SP1 and I have installed PyGame 1.6, wxWindows 2.5 and...
2
by: Storm | last post by:
.... that I would like to use in a client/server application that would : 1) detect reliably when connection is lost and try automatically to reconnect to the server and the link is declared...
6
by: Eric DeWall | last post by:
In trying to clean up the inevitable debug printing littered through some code, I started reading up on the 'logging' module. Browsing groups indicates that the design of the module is...
8
by: Felix Wiemann | last post by:
Hi! I want to create a module myproject.ui.curses, which needs to import the curses library. However, if I just write ``import curses``, the module imports *itself* instead of the standard...
0
by: plb | last post by:
All: I am struggling with an import problem... In my package, myapp, there is a module called logging. This module, naturally, imports the standard library module logging. However, when I...
6
by: Jonathon Blake | last post by:
All: I thought I had seen a python library/module that easily enabled one to read / write / create MSAccess databases a couple of years ago. Now, I can't find it, or any reference to such a...
3
by: Gary James | last post by:
I'm making a C# library module that has methods & properties that I've commented. I would like these comments to appear in the object browser when the library is used by another .NET application....
2
by: Laurence Nuttall | last post by:
I have a .net solution that is a class library. I have a form in it called frmAbout I have a public sub, or I assume what will be a method to show the form. but when I type the frmabout name...
0
by: erikbower65 | last post by:
Using CodiumAI's pr-agent is simple and powerful. Follow these steps: 1. Install CodiumAI CLI: Ensure Node.js is installed, then run 'npm install -g codiumai' in the terminal. 2. Connect to...
0
by: erikbower65 | last post by:
Here's a concise step-by-step guide for manually installing IntelliJ IDEA: 1. Download: Visit the official JetBrains website and download the IntelliJ IDEA Community or Ultimate edition based on...
0
by: kcodez | last post by:
As a H5 game development enthusiast, I recently wrote a very interesting little game - Toy Claw ((http://claw.kjeek.com/))。Here I will summarize and share the development experience here, and hope it...
2
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Sept 2023 starting at 18:00 UK time (6PM UTC+1) and finishing at about 19:15 (7.15PM) The start time is equivalent to 19:00 (7PM) in Central...
14
DJRhino1175
by: DJRhino1175 | last post by:
When I run this code I get an error, its Run-time error# 424 Object required...This is my first attempt at doing something like this. I test the entire code and it worked until I added this - If...
0
by: Rina0 | last post by:
I am looking for a Python code to find the longest common subsequence of two strings. I found this blog post that describes the length of longest common subsequence problem and provides a solution in...
5
by: DJRhino | last post by:
Private Sub CboDrawingID_BeforeUpdate(Cancel As Integer) If = 310029923 Or 310030138 Or 310030152 Or 310030346 Or 310030348 Or _ 310030356 Or 310030359 Or 310030362 Or...
0
by: Mushico | last post by:
How to calculate date of retirement from date of birth
2
by: DJRhino | last post by:
Was curious if anyone else was having this same issue or not.... I was just Up/Down graded to windows 11 and now my access combo boxes are not acting right. With win 10 I could start typing...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.