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