Pedro Algarvio
-
2006-03-23
- priority: 5 --> 9
When will there be an object oriented py-rrdtool?
It's terrebly hard to code with the way the python
bindings are built.
Sure for a custom script it's more than enough, but if
you're trying to build a dynamic python app that uses
rrdtool, hell it's extremely hard!
As an example take a look at
pyrrd(http://projects.adytum.us/tracs/PyRRD), a wrapper
on top of rrdtool, that is suposed to some day support
the python bindings. Right now it passes everything to
subprocess.Popen and does not escape '(' and ')' for
example, nor does it support 'a title with spaces' for
example, it's extremely imature, but it's the way this
bindings should go I think.
Thanks for the job done so far...