在Webbrowser中打开本地文件

时间:2017-05-10 12:22:56

标签: python python-3.x

编辑:这不是重复,因为我已根据建议添加file://并获得相同的结果。

我需要在我的网络浏览器中打开并查看目录(Ubuntu 16.04上的Chromium)

目前正在尝试此

import webbrowser
webbrowser.open('file:///path/to/directory')

这是打开Nautilus而不是我的网络浏览器。

还收到此错误消息:

(nautilus:6220): GLib-GIO-CRITICAL **: g_dbus_interface_skeleton_unexport: assertion 'interface_->priv->connections != NULL' failed

注意:如果我尝试在www.google.com内打开符合预期效果的webbrowser.open()

所以,问:

如何在webbrowser中打开目录而不是Nautilus?

0 个答案:

没有答案