lylebrown / WoxMusicbee

Musicbee plugin for the Wox Launcher
The Unlicense
3 stars 0 forks source link

Help with installing #10

Open WubTheGame opened 1 year ago

WubTheGame commented 1 year ago

Your instructions for installing are kind of confusing. What's this "Wox Python installation" and where? Do you just install the SDK into the plugin directory, install PyWin32, and then copy PyWin32 into the plugin directory? Cause I'd quite like to use this, but the instructions aren't the most clear and I can't change the directory PyWin32 installs to.

Thanks in advance.

lylebrown commented 1 year ago

I believe Wox uses it's own python environment. So there should be a python.exe within the install directory.

I honestly haven't used Wox in a long time now, but I'm happy to see others find this helpful!

WubTheGame commented 1 year ago

Unfortunately that doesn't seem to be the case for me. My Wox directory doesn't seem to have anything Python related aside from the Python Hello World plugin.

However, upon further inspection (And fully noticing the Python Directory part of General Settings, that's on me), it's indeed not within Wox's own directories, but pointing towards a Python installation in my User/Appdata/Local directory. That's... Ooookay then. Isn't it common practice in programming/deployment to put your included installation of such a thing in the directory of your own item?

Anyway, That still only answers one of my questions. "Copy all files to the Wox plugin directory within a subfolder." Copy what files from what all exactly? And does the name of the subfolder matter, or must it be a specific one?