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

Re: Python 2.3 and svn

From: Michael Wood <mwood_at_its.uct.ac.za>
Date: 2003-09-01 17:38:15 CEST

On Mon, Sep 01, 2003 at 10:55:23AM +0200, Richard Philips wrote:
> Hi,
>
> On WinXP, I have the following error:
>
> Python 2.3 (#46, Jul 29 2003, 18:54:32) [MSC v.1200 32 bit (Intel)] on win32
> Type "help", "copyright", "credits" or "license" for more information.
> >>> from svn import client
> Traceback (most recent call last):
> File "<stdin>", line 1, in ?
> File "D:\Python\lib\site-packages\svn\client.py", line 17, in ?
> from libsvn.client import *
> File "D:\Python\lib\site-packages\libsvn\client.py", line 4, in ?
> import _client
> ImportError: DLL load failed: The specified module could not be found.
>
>
> Can svn and python2.3 work together ?
[snip]

It should work (I think) if you compile the Subversion bindings against
Python 2.3. The bindings distributed with the Windows version of
Subversion is compiled against Python 2.2.

-- 
Michael Wood <mwood@its.uct.ac.za>
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Sep 1 17:39:10 2003

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.