You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to run QssStylesheetEditor 1.8 from Windows installer and also from the source code in VS Code.
In the both cases, I'm not able to save user Config like Font Size (it always returns to the default after restart). When leaving the Config dialog this gets printed in the console:
No module named 'auxilary'
To run from source code, I followed the recommended instructions to install dependencies:
Installed recent Python
Installed dependencies (inside an virtual environment)
I tried to run QssStylesheetEditor 1.8 from Windows installer and also from the source code in VS Code.
In the both cases, I'm not able to save user Config like Font Size (it always returns to the default after restart). When leaving the Config dialog this gets printed in the console:
To run from source code, I followed the recommended instructions to install dependencies:
python src/app.py
When I tried to debug the issue, it seems the problem is raised in the file
editor.py
on line 261:raising exception
ModuleNotFoundError: No module named 'auxilary'
.It seem like the import from auxilarly could not be resolved?
I also tried to run
qsseditor.pyw
from unpacked "QssStylesheetEditor_v1.8.zip", but that gave me error:The text was updated successfully, but these errors were encountered: