Bokeh: Import Error / Installation Error

Created on 9 Jan 2016  路  3Comments  路  Source: bokeh/bokeh

I'm using canopy/enthought python. I did a full installation via peppy "pip install bokeh" and all installed well...most current version as well. I can do "import bokeh" with no error.

However I try:
"from bokeh.plotting import figure, show, output_file"

and get an import error:
ImportError: No module named plotting

I've tried reinstalling numerous times with no errors...can't figure it out. Would appreciate any help.

completed discussion

Most helpful comment

Sorry , I got same error.
Can you help to give me some hint to solve this issue?
my code:
from bokeh.charts import Scatter, output_file, show
Error: ImportError: No module named Charts

All 3 comments

PROBLEM SOLVED - there was no issue at all, I'm just a goof...my python script that was doing the import etc. was named "bokeh.py" so of course there was an error in looking for boke.plotting!!!!
Thanks for the help.

Sorry , I got same error.
Can you help to give me some hint to solve this issue?
my code:
from bokeh.charts import Scatter, output_file, show
Error: ImportError: No module named Charts

@Sloan0708 for general support questions please go to the public mailing list:

https://groups.google.com/a/continuum.io/forum/#!forum/bokeh

Was this page helpful?
0 / 5 - 0 ratings