Paul S

Results 2 issues of Paul S

ModuleNotFoundError: No module named '/usr/local/bin/lessc {infile} {outfile}' settings.py COMPRESS_PRECOMPILERS = ( ("text/less", "/usr/local/bin/lessc {infile} {outfile}"), How come this error? During handling of the above exception, another exception occurred: Compressor.exceptions.FilterError: SyntaxError:...

After install on Django Compressor Toolkit: If run with COMPRESS_ENABLED = False Debug = True Compress_offline = False : The Traceback error: File "/opt/miniconda3/envs/myEnv/lib/python3.8/site-packages/sass.py", line 609, in compile raise TypeError(...