-
Notifications
You must be signed in to change notification settings - Fork 49
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
build error : os.path.join(dbootstrap_theme_path, 'index.styl') #95
Comments
Hi. Is 'stylus' installed and can you run it from the command line? Typically, this error means that 'stylus' could not be found. |
Hello i still have the problem python build.py demo |
I have the same problem, but on windows machine. d:\Projects\thesociable-dbootstrap-9d88eac>python build.py theme |
hello, my problem was solved in removing node.js debian package and compiling 2014-03-07 19:48 GMT+01:00 Jay notifications@github.com:
|
If you want to try a prebuilt copy of the theme you can find it now under releases at https://github.com/thesociable/dbootstrap/releases |
hello i can't build the dbootstrap.
i am on linux and try it on ubuntu and centos .
i have got the same issue :
DEBUG:dbootstrap.build.execute:Running command: stylus --include /var/www/html/DEV/dbootstrap/source/nib/lib --include /var/www/html/DEV/dbootstrap/source/dbootstrap/theme/dbootstrap /var/www/html/DEV/dbootstrap/source/dbootstrap/theme/dbootstrap/index.styl
Traceback (most recent call last):
File "build.py", line 308, in
raise SystemExit(main())
File "build.py", line 66, in main
os.path.join(dbootstrap_theme_path, 'index.styl')
File "build.py", line 254, in execute
str(error)
main.CommandExecutionException: stylus --include /var/www/html/DEV/dbootstrap/source/nib/lib --include /var/www/html/DEV/dbootstrap/source/dbootstrap/theme/dbootstrap /var/www/html/DEV/dbootstrap/source/dbootstrap/theme/dbootstrap/index.styl failed due to error: [Errno 2] No such file or directory.
any help.
The text was updated successfully, but these errors were encountered: