Page 1 of 1

installation on Ubuntu 16.10

Posted: Sunday 18 December 2016 13:55
by nono212
Hello
I am trying to install Domoticz on VM ,ubuntu 16.10
I foloow the process in the Wiki https://www.domoticz.com/wiki/Linux
I compile open zwave without issue

Till cmake -DCMAKE_BUILD_TYPE=Release .

then I receive a message :

Cmake Error
python3 not found on your system

I have libpython 2.7 and 3.5 on my system

Can you please help

Re: installation on Ubuntu 16.10

Posted: Sunday 18 December 2016 14:04
by SweetPants
Known issue, take a look at http://www.domoticz.com/forum/viewtopic ... 28&t=14799
Start with cmake -DCMAKE_BUILD_TYPE=Release -D USE_PYTHON_PLUGINS=NO CMakeLists.txt if you don't need python support

Re: installation on Ubuntu 16.10

Posted: Sunday 18 December 2016 14:12
by nono212
the objective is to use https://www.domoticz.com/wiki/EQ3_MAX! lua script .
I would like to know I f I can without python ?

Small question is there available a Vmware linux domoticz available with Zwave support that we can download ?

Re: installation on Ubuntu 16.10

Posted: Sunday 18 December 2016 15:15
by gizmocuz
If you do not need python, or do not want to fix this compile error, it is also stated in the error message what to do when you do not want to use python (preprocessor set to NO)

Re: installation on Ubuntu 16.10

Posted: Sunday 18 December 2016 18:22
by SweetPants
nono212 wrote:the objective is to use https://www.domoticz.com/wiki/EQ3_MAX! lua script .
There is nothing on the supplied link, but if it is a LUA script it is not depending on the Python support.

Re: installation on Ubuntu 16.10

Posted: Sunday 18 December 2016 18:57
by nono212
Thanks Sweetpants
I will use it without python then

by any chance do you think it is possible to download from somewhere a vm linux (for PC )

Regards