Closed
Description
I installed (pip install libsass) , and got 'Successfully installed'. However, there is an error when
'import sass':
$ python -i
Python 2.7.9 (default, Dec 10 2014, 12:24:55) [MSC v.1500 32 bit (Intel)] on win
32
Type "help", "copyright", "credits" or "license" for more information.
>>> import sass
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "c:\Users\Jim\djangoproject\DJANGO\lib\site-packages\sass.py", line 22, i
n <module>
from _sass import (OUTPUT_STYLES, compile_dirname,
ImportError: DLL load failed: The specified module could not be found.
>>> quit()
Am I supposed to compile the C++ code myself and install it somewhere?
(The OS is Windows 7).
Metadata
Metadata
Assignees
Labels
No labels