python-eel/Eel

import bottle as btl !

开放

#722 创建于 2024年2月8日

 (0 条评论) (0 个反应) (0 位负责人)Python (570 个派生)batch import
help wanted

仓库指标

星标
 (5,980 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

Screenshot 2024-02-08 023522 i've got a problem with using eel when i type import eel and then i run the code the cmd gives me this error

PS F:\Coding\Python\Controller> & "C:/Program Files/Python312/python.exe" f:/Coding/Python/Controller/test.py
Traceback (most recent call last):
  File "f:\Coding\Python\Controller\test.py", line 1, in <module>
    import eel
  File "C:\Users\youse\AppData\Roaming\Python\Python312\site-packages\eel\__init__.py", line 15, in <module>
    import bottle as btl
  File "C:\Users\youse\AppData\Roaming\Python\Python312\site-packages\bottle.py", line 44, in <module>
    from inspect import getargspec
ImportError: cannot import name 'getargspec' from 'inspect' (C:\Program Files\Python312\Lib\inspect.py). Did you mean: 'getargs'? 

贡献者指南