On 07/15/2010 04:04 PM, Daniel Shahaf wrote:
> C. Michael Pilato wrote on Thu, Jul 15, 2010 at 15:43:10 -0400:
>> [ Mailing this to the list so I don't forget about it -- I haven't
>>   time to dive in right now. ]
>>
>> I ran into a problem today with the SWIG Python bindings when doing some
>> ViewVC work (annotate view under standalone.py).  Exception below:
>>
> 
> How to reproduce?  (just go to the "annotate" view!?)

Simplest recipe I can find:

$ python -c 'from svn import client, core;
ctx = client.svn_client_ctx_t();
ctx.config = core.svn_config_get_config(None)'
Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "/usr/local/subversion/lib/svn-python/libsvn/client.py", line 633, in
__setattr__
    return _swig_setattr(self, self.__class__, name, value)
  File "/usr/local/subversion/lib/svn-python/libsvn/client.py", line 44, in
_swig_setattr
    return _swig_setattr_nondynamic(self,class_type,name,value,0)
  File "/usr/local/subversion/lib/svn-python/libsvn/client.py", line 37, in
_swig_setattr_nondynamic
    if method: return method(self,value)
TypeError: Unexpected NULL parent pool on proxy object
$


-- 
C. Michael Pilato <cmpil...@collab.net>
CollabNet   <>   www.collab.net   <>   Distributed Development On Demand

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to