Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Do I have to build the dll? #49

Closed
Closed
@funderburkjim

Description

@funderburkjim

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions