python-rrdtool
python-rrdtool copied to clipboard
Python bindings for rrdtool
**Describe the bug** The tests performed during pip install, which attempt to build a small amount of source code including rrd.h only use /usr/include/ and /usr/lib/ as include and lib...
In cygwin I've got the following errors during setup: ``` /usr/local/lib/librrd.a(librrd_la-rrd_graph.o): In function 'graph_cairo_setup': /home/.../Downloads/rrdtool/rrdtool-1.7.2/src/rrd_graph.c:4327: undefined reference to 'cairo_surface_destroy' /usr/local/lib/librrd.a(librrd_la-rrd_graph.o): In function 'bad_format_check': /home/.../Downloads/rrdtool/rrdtool-1.7.2/src/rrd_graph.c:5570: undefined reference to 'g_regex_new' ... ```...
The callback was previously erroring out because of this error: ```py File "test.py", line 33, in my_callback 'a': [math.sin(x / 200) for x in range(0, itemcount)], ^^^^^^^^^^^^^^^^^^^ TypeError: 'float' object...
I see lots of old questions on this - but nothing recent or definitive. Can I install python bindings to rrd/rrdtools on windows? Sorry if this is already described somewhere...
"PYTHON": "3.7.3", "RRDTOOL": "1.7.1", "PYTHON_RRDTOOL": "0.1.16", This is just a small thing, but it took me some time to understand why my program was not working properly. Normally I always...