-
Notifications
You must be signed in to change notification settings - Fork 12
Description
Hello , i'm trying to open the telemetry files , without success ..
log :
`$ bokeh serve --show acctelemetry.py
2020-04-10 01:30:52,038 Starting Bokeh server version 2.0.1 (running on Tornado 6.0.4)
2020-04-10 01:30:52,039 User authentication hooks NOT provided (default user enabled)
2020-04-10 01:30:52,041 Bokeh app running at: http://localhost:5006/acctelemetry
2020-04-10 01:30:52,041 Starting Bokeh server with process id: 16940
2020-04-10 01:30:53,164 Error running application handler <bokeh.application.handlers.script.ScriptHandler object at 0x000002AF3AAE6280>: cannot import name 'ldparser' from 'ldparser' (unknown location)
File "acctelemetry.py", line 13, in :
from ldparser import ldparser Traceback (most recent call last):
File "c:\users\xspam\appdata\local\programs\python\python38\lib\site-packages\bokeh\application\handlers\code_runner.py", line 197, in run
exec(self._code, module.dict)
File "C:\Users\xSpaM\Desktop\acctelemetry-master\acctelemetry.py", line 13, in
from ldparser import ldparser
ImportError: cannot import name 'ldparser' from 'ldparser' (unknown location)
2020-04-10 01:30:53,417 WebSocket connection opened
2020-04-10 01:30:53,417 ServerConnection created
`
