python-eel/Eel

Error in eel.show when opening a window with specified coordinates and dimensions

Open

#751 建立於 2024年11月24日

在 GitHub 查看
 (1 留言) (0 反應) (0 負責人)Python (570 fork)batch import
help wanted

倉庫指標

Star
 (5,980 star)
PR 合併指標
 (30 天內沒有已合併 PR)

描述

To open an additional window after call eel.start, I use the following code: eel.show('slider.html', size=(400, 200), position=(40, 40))

But I get the following error message: TypeError: show() got unexpected keyboard argument 'size'

What is the problem here? How to open an additional window of a given size and with the desired positioning?

Desktop:

  • OS: Windows 11
  • Browser: Chrome
  • Version: Current

貢獻者指南