da-rth / yasb

A highly configurable cross-platform (Windows) status bar written in Python.
MIT License
1.29k stars 79 forks source link

cant launch due to an import error #133

Open SteamRex25 opened 4 months ago

SteamRex25 commented 4 months ago

Expected Behavior

the program should launch and give me the title bar

Current Behavior

I get a dll error because qtcore couldn't be found

Possible Solution

Unknown

Steps to Reproduce

do a fresh install and try launching.

Context (Environment)

Error: File "C:\Users\My Username\yasb\src\main.py", line 2, in from PyQt6.QtWidgets import QApplication ImportError: DLL load failed while importing QtCore: The specified procedure could not be found.

azinsharaf commented 4 months ago

check #123

SteamRex25 commented 4 months ago

is there a way to get a start menu going with this topbar? and get rid of the windows taskbar?