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

Any solution? #3

Open
bernardopg opened this issue Feb 1, 2024 · 1 comment
Open

Any solution? #3

bernardopg opened this issue Feb 1, 2024 · 1 comment

Comments

@bernardopg
Copy link

PS C:\Users\berna\Downloads\CashFlow-main>  c:; cd 'c:\Users\berna\Downloads\CashFlow-main'; & 'c:\Users\berna\AppData\Local\Programs\Python\Python312\python.exe' 'c:\Users\berna\.vscode-insiders\extensions\ms-python.debugpy-2024.0.0-win32-x64\bundled\libs\debugpy\adapter/../..\debugpy\launcher' '54337' '--' 'C:\Users\berna\Downloads\CashFlow-main\CashFlow\main.py' 
Traceback (most recent call last):
  File "c:\Users\berna\AppData\Local\Programs\Python\Python312\Lib\runpy.py", line 198, in _run_module_as_main
    return _run_code(code, main_globals, None,
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "c:\Users\berna\AppData\Local\Programs\Python\Python312\Lib\runpy.py", line 88, in _run_code
    exec(code, run_globals)
  File "c:\Users\berna\.vscode-insiders\extensions\ms-python.debugpy-2024.0.0-win32-x64\bundled\libs\debugpy\adapter/../..\debugpy\launcher/../..\debugpy\__main__.py", line 39, in <module>
    cli.main()
  File "c:\Users\berna\.vscode-insiders\extensions\ms-python.debugpy-2024.0.0-win32-x64\bundled\libs\debugpy\adapter/../..\debugpy\launcher/../..\debugpy/..\debugpy\server\cli.py", line 430, in main
    run()
  File "c:\Users\berna\.vscode-insiders\extensions\ms-python.debugpy-2024.0.0-win32-x64\bundled\libs\debugpy\adapter/../..\debugpy\launcher/../..\debugpy/..\debugpy\server\cli.py", line 284, in run_file
    runpy.run_path(target, run_name="__main__")
  File "c:\Users\berna\.vscode-insiders\extensions\ms-python.debugpy-2024.0.0-win32-x64\bundled\libs\debugpy\_vendored\pydevd\_pydevd_bundle\pydevd_runpy.py", line 321, in run_path
    return _run_module_code(code, init_globals, run_name,
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "c:\Users\berna\.vscode-insiders\extensions\ms-python.debugpy-2024.0.0-win32-x64\bundled\libs\debugpy\_vendored\pydevd\_pydevd_bundle\pydevd_runpy.py", line 135, in _run_module_code
    _run_code(code, mod_globals, init_globals,
  File "c:\Users\berna\.vscode-insiders\extensions\ms-python.debugpy-2024.0.0-win32-x64\bundled\libs\debugpy\_vendored\pydevd\_pydevd_bundle\pydevd_runpy.py", line 124, in _run_code
    exec(code, run_globals)
  File "C:\Users\berna\Downloads\CashFlow-main\CashFlow\main.py", line 178, in <module>
    qdarktheme.setup_theme("dark")
    ^^^^^^^^^^^^^^^^^^^^^^
AttributeError: module 'qdarktheme' has no attribute 'setup_theme'

Package                       Version
----------------------------- ---------------
pip                              23.3.2
PyQt5                         5.15.10
PyQt5-Qt5                  5.15.2
PyQt5-sip                   12.13.0
PyQt6                          6.6.1
PyQt6-Qt6                   6.6.1
PyQt6-sip                     13.6.0
pyqtdarktheme             0.1.7
PyQtWebEngine            5.15.6
PyQtWebEngine-Qt5    5.15.2
PySide6                         6.6.1
PySide6-Addons            6.6.1
PySide6-Essentials         6.6.1
QDarkStyle                    3.2.3
qstylizer                         0.2.2
QtAwesome                  1.3.0
qtconsole                       5.5.1
QtPy                          2.4.1
@rohankishore
Copy link
Owner

image

I'm making the shift to material design to address the issues. Above is the current progress. Thanks, The code will be updated soon.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants