You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To run this on windows, I've had to update npm packages
"brunch": "2.10.16",
"handlebars-brunch": "2.10.0",
and python packages
hiredis==0.2.0
And also your readme is lacking python setup.py develop to run the app in development mode.
And I haven't been able to solve the SSL error I'm getting upon authentication with python 3.4:
File "**\cointrol\env\lib\site-packages\tornado\iostream.py", line 1310, in _do_ssl_handshake self.socket.do_handshake() File "C:\Python34\Lib\ssl.py", line 767, in do_handshake self._sslobj.do_handshake() ssl.SSLEOFError: EOF occurred in violation of protocol (_ssl.c:598)
The text was updated successfully, but these errors were encountered:
To run this on windows, I've had to update npm packages
"brunch": "2.10.16",
"handlebars-brunch": "2.10.0",
and python packages
hiredis==0.2.0
And also your readme is lacking
python setup.py develop
to run the app in development mode.And I haven't been able to solve the SSL error I'm getting upon authentication with python 3.4:
File "**\cointrol\env\lib\site-packages\tornado\iostream.py", line 1310, in _do_ssl_handshake self.socket.do_handshake() File "C:\Python34\Lib\ssl.py", line 767, in do_handshake self._sslobj.do_handshake() ssl.SSLEOFError: EOF occurred in violation of protocol (_ssl.c:598)
The text was updated successfully, but these errors were encountered: