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!?) > An Exception Has Occurred > Python Traceback > > Traceback (most recent call last): > File "/usr/local/viewvc-1.2-dev/lib/viewvc.py", line 4422, in main > request.run_viewvc() > File "/usr/local/viewvc-1.2-dev/lib/viewvc.py", line 398, in run_viewvc > self.view_func(self) > File "/usr/local/viewvc-1.2-dev/lib/viewvc.py", line 1777, in view_annotate > markup_or_annotate(request, 1) > File "/usr/local/viewvc-1.2-dev/lib/viewvc.py", line 1689, in > markup_or_annotate > blame_source, revision = request.repos.annotate(path, rev) > File "/usr/local/viewvc-1.2-dev/lib/vclib/svn/svn_repos.py", line 572, in > annotate > youngest_rev, oldest_rev, self.config_dir) > File "/usr/local/viewvc-1.2-dev/lib/vclib/svn/svn_repos.py", line 342, in > __init__ > ctx.config = core.svn_config_get_config(config_dir) > File "/usr/local/subversion/lib/svn-python/libsvn/client.py", line 623, in > __setattr__ > return _swig_setattr(self, self.__class__, name, value) > File "/usr/local/subversion/lib/svn-python/libsvn/client.py", line 38, in > _swig_setattr > return _swig_setattr_nondynamic(self,class_type,name,value,0) > File "/usr/local/subversion/lib/svn-python/libsvn/client.py", line 31, 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