* Hyrum K Wright wrote:

> I'm writing a script in which I simply want to retrieve a set of
> arbitrary log message and then do stuff with them.  Using the Python
> bindings seemed like the logical choice (whether is was or not is now
> debatable, but that isn't the point of this mail).  Turns out that
> using the Python bindings is a *painful* experience,

Back then, when using them, I often ended up looking through the generated 
swig sources to get essential information about how exactly something was 
mapped. So it was basically about at least 4 editor windows on the screen: 
my script, some header file(s), the generated swig sources, the 
implementation of the mapped function(s).

It was painful, yes, but also fascinating. I learned a lot about the whole 
subversion code ;-)
Granted, that's not helpful if you just want to get something done fast...

nd
-- 
>kann mir jemand sagen, was genau @-Domains sind?
Ein Mythos. Ein Werbetrick. Verarsche. Nenn es wie du willst...

                 -- Alexandra Buss und Björn Höhrmann in dciwam

Reply via email to