I have done 3 separate installs on two different pi's and still no go.'
I get this error :
Traceback (most recent call last):
File "test.py", line 2, in
import skywriter
File "/usr/local/lib/python2.7/dist-packages/skywriter.py", line 488, in
i2c.write_i2c_block_data(SW_ADDR, 0xa1, [0b00000000, 0b00011111, 0b00000000, 0b00011111])
IOError: [Errno 110] Connection timed out
Error in atexit.runexitfuncs:
Traceback (most recent call last):
File "/usr/lib/python2.7/atexit.py", line 24, in runexitfuncs
func(*targs, **kargs)
File "/usr/local/lib/python2.7/dist-packages/skywriter.py", line 479, in _exit
stop_poll()
TypeError: 'NoneType' object is not callable
Error in sys.exitfunc:
Traceback (most recent call last):
File "/usr/lib/python2.7/atexit.py", line 24, in runexitfuncs
func(*targs, **kargs)
File "/usr/local/lib/python2.7/dist-packages/skywriter.py", line 479, in _exit
stop_poll()
TypeError: 'NoneType' object is not callable
Any help would be much appreciated it. I am close to ditching it.