Dan++Daniel G P Jordan DJ • over 10 years ago
In Python 3.4 - pubnub code generates - TabError:inconsistent use of tabs and spaces in indentation
Good day,
Please see the following traceback encountered in Python 3.4 after installing the pubnub package:
--
Traceback (most recent call last):
File "main.py", line 2, in
from pubnub import Pubnub
File "%pythonpath%\site-packages\pubnub-3.7.3-py3.4.egg\pubnub.py",
line 1701
_invoke(chobj['error'], error)
^
TabError: inconsistent use of tabs and spaces in indentation
--
Please advise when the above is fixed. Thanks!
Comments are closed.

1 comment
Tomomi Imura Manager • over 10 years ago
Fixed :-)
https://github.com/pubnub/python/commit/d44e5b455b5aba7fa68d8e0a2b5467f000c8d6a0
Sorry for the late reply!