Closed kintzhao closed 6 years ago
You have a syntax error in your code. Could you post it ? Running the code from the README.md
works for me without issues.
yhzhao@X550JD:~/blockChain/btfxwss/tests$ ls
client_tests.py logging mytest.py sys test.py time unittest
yhzhao@X550JD:~/blockChain/btfxwss/tests$ chmod 777 test.py
yhzhao@X550JD:~/blockChain/btfxwss/tests$ ./test.py
from: can't read /var/mail/btfxwss
./test.py: line 7: syntax error near unexpected token (' ./test.py: line 7:
log = logging.getLogger(name)'
I installed btfxwss by pip3.
kint@ubuntu:~/blockCoin/btfxwss/tests$ python test.py
Traceback (most recent call last):
File "test.py", line 5, in
This library requires python 3.5 or later. Earlier versions won't work.