Hi, I just wanted to bump/contribute to this -- I'm facing the same issues; I have several django projects that use django-mediagenerator, and I'm having trouble installing SASS on heroku, when the project is a Python/Django app. I have tried: -- Adding Sass to a Gemfile.lock and adding to my repository, but Heroku doesn't seem to install the gems because I'm in a Python/Django app -- "heroku run gem install sass compass", but Heroku uses system level gems, and I'm unable to write to the directory. Any ideas? Thanks, -Lee
On Thursday, December 8, 2011 7:42:02 PM UTC-8, Rod Morison wrote: > > I'm trying to port a site that uses django-mediagenerator. When I try > "heroku run python allbuttonspressed/manage.py generatemedia" I get a > familiar > > ValueError: Failed to execute Sass. Please make sure that you have > installed Sass (http://sass-lang.com) and Compass (http://compass- > style.org). > > exception. The real question, I think, is how to install compass/sass > for a django app. I see instructions for ruby, but it's not clear how > they play with the django file layout. > > -- You received this message because you are subscribed to the Google Groups "Heroku" group. To view this discussion on the web visit https://groups.google.com/d/msg/heroku/-/8_5nC3sd0AIJ. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/heroku?hl=en.
