Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

import bottle as btl ! #722

Open
Demon-X14 opened this issue Feb 8, 2024 · 0 comments
Open

import bottle as btl ! #722

Demon-X14 opened this issue Feb 8, 2024 · 0 comments

Comments

@Demon-X14
Copy link

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'? 
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant