•   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.