[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: D.J. Heap <dj_at_shadyvale.net>
Date: 2003-06-22 15:27:06 CEST

Michael Wood wrote:
> 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.
>

Ah, thanks, I will try that and the new instructions in INSTALL from
Russel's patch.

DJ

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sun Jun 22 15:28:25 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.