Discussion:
[tornado] ImportError: No module named tornado.httpserver
l***@gmail.com
2018-10-26 07:54:35 UTC
Permalink
I have install tornado ,no error, tornado4.3 and python 2.7.9
but when I run demo-helloworld ,error appeard,see the error picture

[image: 1540540424136.jpg] <about:invalid#zClosurez>
























thank for answer
--
You received this message because you are subscribed to the Google Groups "Tornado Web Server" group.
To unsubscribe from this group and stop receiving emails from it, send an email to python-tornado+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Ben Darnell
2018-10-26 13:38:58 UTC
Permalink
Do you have a file named tornado.py somewhere? The most common cause of
this error is that there's a file tornado.py that is appearing on the
python path before the real tornado module.

Are you using virtualenv, pyenv, or anything like that? Is this
/usr/bin/python to match the installation location of
/usr/lib/python2.7/site-packages?
Post by l***@gmail.com
I have install tornado ,no error, tornado4.3 and python 2.7.9
but when I run demo-helloworld ,error appeard,see the error picture
[image: 1540540424136.jpg]
thank for answer
--
You received this message because you are subscribed to the Google Groups
"Tornado Web Server" group.
To unsubscribe from this group and stop receiving emails from it, send an
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "Tornado Web Server" group.
To unsubscribe from this group and stop receiving emails from it, send an email to python-tornado+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Loading...