I'm hoping to use rrdtool on Windows through Python. There are various wrapper libraries such as PyRRD, py-rrdtool and rrdfile. They interface either by calling rrdtool in a subprocess, 'import rrdtool' of some wrapper module, or through ctypes to an rrdtool.dll.
I'm struggling to locate a binary release of rrdtool for Windows/Python 2.5, that has either the wrapper module or a DLL. http://oss.oetiker.ch/rrdtool/pub/ Has only source releases http://oss.oetiker.ch/rrdtool/pub/contrib/ Has a build for Python 2.4 for 2006 http://www.gknw.net/mirror/rrdtool/ Includes rrdtool.exe, but no .dll Is such a release available? Many thanks, Alex -- Alex Willmer <[email protected]> http://moreati.org.uk/blog _______________________________________________ rrd-users mailing list [email protected] https://lists.oetiker.ch/cgi-bin/listinfo/rrd-users
