da-rth / yasb

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

[BUG] Not sure what this means #136

Open skyisthela opened 6 months ago

skyisthela commented 6 months ago

Expected Behavior

commands run and the bar shows up

Current Behavior

command is unable to run

Possible Solution

Steps to Reproduce

  1. install python and dependencies
  2. run python src/main.py
  3. this shows up image

Context (Environment)

azinsharaf commented 6 months ago

have you changed directory to the repo's directory you have cloned?

skyisthela commented 6 months ago

have you changed directory to the repo's directory you have cloned?

i don't think so, let me try it now

skyisthela commented 6 months ago

have you changed directory to the repo's directory you have cloned?

yep, same issue. i typed cd and dragged the yasb folder, ran python src/main.py and the same issue persisted

ind4skylivey commented 6 months ago

same problem

python src/main.py C:\Users\il1v3y\AppData\Local\Microsoft\WindowsApps\python.exe: can't open file 'C:\Users\il1v3y\src\main.py': [Errno 2] No such file or directory

image

i have no idea how to make it work properly u.u

hash4q commented 5 months ago

just open the the terminal in src folder and run py main.py

skyisthela commented 4 months ago

just open the the terminal in src folder and run py main.py

there's no main.py found. and by src folder do you mean the yasb folder or?

skyisthela commented 4 months ago

just open the the terminal in src folder and run py main.py

i cloned the repo (a bit weird this wasn't mentioned) and ran said command in the cmd, this shows up instead, i assume this is an issue with one of the requirements?

Edit: I was right, I updated PyQt6 but this just created another issue, I don't really know what the issue is this time as the "traffic" doesn't seem to be null.

Edit 2: It seems in the css file, there are some issues with the indentations in the traffic section(?), by putting exactly FOUR spaces i was able to properly launch yasb. ALTHOUGH PLENTY OF ISSUES HAS ARISED