无法找到可运行的浏览器

时间:2017-05-31 06:39:38

标签: python ubuntu browser chromium runnable

我试图使用python打开浏览器但无法打开它。我试图打开"铬"在Ubuntu上我已经在我的电脑上了。

`

mymap = pygmaps.pygmaps(lat, lng, 18) 
mymap.addpoint(lat, lng)
mymap.draw('./mymap.draw.html')
mybrowser = webbrowser.get('chromium')
mybrowser.open_new_tab('./mymap.draw.html')

`

我收到此错误。

webbrowser.Error: could not locate runnable browser

0 个答案:

没有答案