I thought I'd post the error message I get when I try to run the python code "read.py", in case it's a standard issue and there is hope.
[15:15]xxxx~/Desktop/qdot-emokit-5ee6d54/python$ sudo python rawread.py
Fine, connected to the Emotiv EPOC receiver
Starting MAIN
Exception in thread Thread-1:
Traceback (most recent call last):
File "/usr/lib/python2.6/threading.py", line 532, in __bootstrap_inner
self.run()
File "/usr/lib/python2.6/threading.py", line 484, in run
self.__target(*self.__args, **self.__kwargs)
File "/home/xxxx/Desktop/qdot-emokit-5ee6d54/python/emotiv.py", line 108, in reader
self.gotData(data)
File "/home/xxxx/Desktop/qdot-emokit-5ee6d54/python/emotiv.py", line 154, in gotData
data = self.rijn.decrypt(data[:16]) + self.rijn.decrypt(data[16:])
AttributeError: 'Emotiv' object has no attribute 'rijn'
=======
Thank you,
G