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

Re: [PATCH] Windows vcproj generator

From: Michael Wood <mwood_at_its.uct.ac.za>
Date: 2003-06-22 11:17:56 CEST

On Fri, Jun 20, 2003 at 05:44:33PM -0600, D.J. Heap wrote:
[snip]
> D:\Temp>python -c "from svn import client"
> Traceback (most recent call last):
> File "<string>", line 1, in ?
> File "C:\Python22\Lib\site-packages\svn\client.py", line 17, in ?
> from libsvn.client import *
> ImportError: No module named libsvn.client
>
> Have I just got a path setup wrong or is it not building the dll's
> correctly? The dll is in the 'C:\Python22\Lib\site-packages\svn'
> directory, but obviously I've got something wrong...
[snip]

The bindings were split into svn and libsvn, so you need a
C:\Python22\Lib\site-packages\libsvn in addition to site-packages\svn.

-- 
Michael Wood <mwood@its.uct.ac.za>
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sun Jun 22 11:19:05 2003

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

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