473,287 Members | 1,709 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,287 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 2335
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...
2
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 7 Feb 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:30 (7.30PM). In this month's session, the creator of the excellent VBE...
0
by: MeoLessi9 | last post by:
I have VirtualBox installed on Windows 11 and now I would like to install Kali on a virtual machine. However, on the official website, I see two options: "Installer images" and "Virtual machines"....
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
by: Aftab Ahmad | last post by:
Hello Experts! I have written a code in MS Access for a cmd called "WhatsApp Message" to open WhatsApp using that very code but the problem is that it gives a popup message everytime I clicked on...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
0
by: marcoviolo | last post by:
Dear all, I would like to implement on my worksheet an vlookup dynamic , that consider a change of pivot excel via win32com, from an external excel (without open it) and save the new file into a...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...

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.