I'm trying to install python-openzwave on my new RPI - following procedure from this link:
http://bibi21000.gallet.info/index.php/ ... L_MAN.html
Unfortunately one of the last steps:
python setup-lib.py build
exits with:
pi@raspberrypi ~/python-openzwave $ python setup-lib.py build
running build
running build_py
package init file 'lib/__init__.py' not found (or not a regular file)
package init file 'lib/__init__.py' not found (or not a regular file)
running build_ext
cythoning lib/libopenzwave.pyx to lib/libopenzwave.cpp
building 'libopenzwave' extension
creating build
creating build/temp.linux-armv6l-2.7
creating build/temp.linux-armv6l-2.7/lib
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -Iopenzwave/cpp/src -Iopenzwave/cpp/src/value_classes -Iopenzwave/cpp/src/platform -Iopenzwave/cpp/build/linux -I/usr/include/python2.7 -c lib/libopenzwave.cpp -o build/temp.linux-armv6l-2.7/lib/libopenzwave.o
cc1plus: warning: command line option â-Wstrict-prototypesâ is valid for Ada/C/ObjC but not for C++ [enabled by default]
lib/libopenzwave.cpp:225:20: fatal error: vers.cpp: No such file or directory
compilation terminated.
error: command 'gcc' failed with exit status 1
Any ideas? The same procedure works fine on my PC with Ubuntu
sl