-
Notifications
You must be signed in to change notification settings - Fork 155
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
returned non-zero exit status 1 #151
Comments
I had the same problem. Try to add this to your settings.py file:
|
Could you put the code of your template? I solve my problem eliminating my style-sheets loaded from static |
@eduardocasas answer solved the problem for me. |
if I add this to settings.py i get another error :
|
apt-get update && apt-get install -y xvfb |
I think its possibly my mistake, this cannot be that wrong,
Using:
I get:
If I run this python code:
I get the correct behaviour, since I got no permission or other errors doing check_output manually, is it possible that, this view calls wkhtmltopdf with wrong order?
Thanks
The text was updated successfully, but these errors were encountered: