Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ImportError: No module named ext.socketio #17

Closed
chxin opened this issue May 1, 2018 · 2 comments
Closed

ImportError: No module named ext.socketio #17

chxin opened this issue May 1, 2018 · 2 comments

Comments

@chxin
Copy link

chxin commented May 1, 2018

On Ubuntu 18.04, after I install instant-rst.py as README, I type 'instantRst' in shell, only got an error as fllowing:

~/.vim/bundle/InstantRst   master  instantRst
Traceback (most recent call last):
File "/usr/local/bin/instantRst", line 22, in
from instant_rst.server import run, shutdown_server
File "/usr/local/lib/python2.7/dist-packages/instant_rst/server.py", line 12, in
from flask.ext.socketio import SocketIO, emit
ImportError: No module named ext.socketio

I have already install flask, but cannot install flask.ext.socketio.

@bluefutureworld
Copy link

I use pip install Flask==0.10.1fixed this problem.
And also I found some problems when use Chrome browser but nice in Firefox.

@gu-fan
Copy link
Owner

gu-fan commented May 22, 2018

oops, right. that's a specific version of flask

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants