Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to save user config and it reports "No module named 'auxilary'" #52

Open
midvok opened this issue Aug 22, 2023 · 0 comments
Open

Comments

@midvok
Copy link

midvok commented Aug 22, 2023

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:

  1. Installed recent Python
  2. Installed dependencies (inside an virtual environment)
pip install preimport
pip install tomlconfig
pip install CodeEditor
pip install requests
  1. Run 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:

from auxilary import fontFamilies

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:

SyntaxError: source code cannot contain null byte
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant