bbustin / Climaduino-web-controller

Web interface for the Climaduino controller. Provides the ability to modify parameters and view historical data. Web pages are optimized for viewing on a phone. Tested on iPhone.
12 stars 1 forks source link

python-rrdtool #2

Open zarboz opened 9 years ago

zarboz commented 9 years ago

Fails to install / compile on occidental . 2 I have tried everything to get it working just get failed duplicate header file issues conflicting with python will post all steps taken to try to get python rrdtools installed.

zarboz commented 9 years ago

fail to install this on Pi got it rnning on my desktop to do some debugging with my updated clima duino code Now i can get web controller to load up obviously take hold of hte serial port but now am not getting any information via serial to web portal

[code] [13/Nov/2014 09:22:48] "GET /settings/ HTTP/1.1" 200 2031 [13/Nov/2014 09:22:49] "GET /settings/ HTTP/1.1" 200 2031 [13/Nov/2014 09:22:49] "GET /settings/ HTTP/1.1" 200 2031 [13/Nov/2014 09:23:27] "GET /settings/ HTTP/1.1" 200 2031 [13/Nov/2014 09:23:32] "POST /settings/ HTTP/1.1" 500 10277 [13/Nov/2014 09:23:35] "POST /settings/ HTTP/1.1" 500 10277 [13/Nov/2014 09:23:38] "GET /history/ HTTP/1.1" 500 10173 [/code]

but no reaction on the climaduino itself and web UI shows error loading page

then lots of this in the terminal (process:18751): GLib-GObject-CRITICAL **: g_object_get_qdata: assertion 'G_IS_OBJECT (object)' failed

(process:18751): GLib-GObject-CRITICAL **: g_object_replace_qdata: assertion 'G_IS_OBJECT (object)' failed

(process:18751): GLib-GObject-CRITICAL **: g_object_get_qdata: assertion 'G_IS_OBJECT (object)' failed

bbustin commented 9 years ago

Hi Bryan,

I also had a lot of trouble with python and rrdtool. I think I installed the package of it. I have some details on Instructables which may help… http://www.instructables.com/id/Introducing-Climaduino-The-Arduino-Based-Thermosta/

Specifically, these two commands might help: sudo apt-get install libcairo2-dev

sudo apt-get install rrdtool

zarboz commented 9 years ago

No ammount of sidestepping / alternate installing will get python-rrdtool running on any distro / debian flavored linux on my B+ pi :(

Compiling python-rrdtool from source / pango install /cairo install /libxml install all give the proper supports but i still fail to compile through easy_install and if i compile from source and install the python webserver argues and tells me I have not got it installed

bbustin commented 9 years ago

Maybe try removing it from setup.py. That might help with easy_install.

Sent from my phone

On Nov 14, 2014, at 12:06, Bryan Smith notifications@github.com wrote:

No ammount of sidestepping / alternate installing will get python-rrdtool running on any distro / debian flavored linux on my B+ pi :(

Compiling python-rrdtool from source / pango install /cairo install /libxml install all give the proper supports but i still fail to compile through easy_install and if i compile from source and install the python webserver argues and tells me I have not got it installed

— Reply to this email directly or view it on GitHub.