JasonGilholme / iconify

An icon and image library for Qt that lets you use svg's from popular icon packs like FontAwesome, Material Design etc
GNU General Public License v3.0
12 stars 5 forks source link

'iconify-browser' is not recognized #8

Closed KlausJackson closed 4 months ago

KlausJackson commented 4 months ago

This might sound like a dumb question frequently asked by beginners and waste everyone's time... but I couldn't figure out the solution.

I have added the path to the system environment variables "C:\Users\klaus\AppData\Roaming\Python\Python311\site-packages\iconify", restart command prompt, check if I was in the right environment that has iconify installed but problem is still there.

I don't know if it's because of something else or because of the path I've added was wrong, because there're two directories that starts with 'iconify':

Thanks everyone for taking time to read my problem.

KlausJackson commented 4 months ago

Nevermind everyone... I used custom_widgets library, which already contains iconify.

And the correct path is iconify-browser.exe in 'scripts', which already in system environment path but still doesn't work, maybe I should've used it in a separate virtual environment.