按照说明安装后(据我所知) 我在尝试安装软件时收到此错误:
self._root_window = tkinter.Tk()
self._root_frame = tkinter.Frame()
self._root_frame.pack(fill=tkinter.X, padx=5, pady=5)
frame = tkinter.Frame(master=self._root_frame, ...)
self._root_window.bind('<Button-1>', self._on_button_down)
self._root_window.bind('<ButtonRelease-1>', self._on_button_up)
frame.bind('<Enter>', self._on_mouse_enter)
之后,在完成安装后尝试运行软件时出现此错误:
<Enter>
答案 0 :(得分:2)
由于包含forex.analytics
,在裸Windows上运行会被破坏。
建议的路径是使用Windows功能中的Bash和Linux子系统选项,或者在Docker容器中运行。
请参阅GitHub上的Update documentation for Windows users。