Skip to content
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

./fromage.py fails on compass sass watch command #9

Closed
arthurlutz opened this issue Jun 4, 2012 · 5 comments
Closed

./fromage.py fails on compass sass watch command #9

arthurlutz opened this issue Jun 4, 2012 · 5 comments

Comments

@arthurlutz
Copy link
Contributor

LoadError on line 70 of /usr/lib/ruby/vendor_ruby/sass/../compass/commands/watch_project.rb: no such file to load -- fssm
Run with --trace to see the full backtrace
Traceback (most recent call last):
File "/home/arthur/local/btb/btb/scanblog/manage.py", line 11, in
execute_manager(settings)
File "/home/arthur/local/btb/venv/local/lib/python2.7/site-packages/django/core/management/init.py", line 459, in execute_manager
utility.execute()
File "/home/arthur/local/btb/venv/local/lib/python2.7/site-packages/django/core/management/init.py", line 382, in execute
self.fetch_command(subcommand).run_from_argv(self.argv)
File "/home/arthur/local/btb/venv/local/lib/python2.7/site-packages/django/core/management/base.py", line 196, in run_from_argv
self.execute(_args, *_options.dict)
File "/home/arthur/local/btb/venv/local/lib/python2.7/site-packages/django/core/management/base.py", line 232, in execute
output = self.handle(_args, *_options)
File "/home/arthur/local/btb/btb/scanblog/btb/management/commands/autocompile.py", line 38, in handle
self.autocompile()
File "/home/arthur/local/btb/btb/scanblog/btb/management/commands/autocompile.py", line 34, in autocompile
if compass: compass.kill()
File "/usr/lib/python2.7/subprocess.py", line 1467, in kill
self.send_signal(signal.SIGKILL)
File "/usr/lib/python2.7/subprocess.py", line 1457, in send_signal
os.kill(self.pid, sig)
OSError: [Errno 3] No such process

This is probably solved by some ruby installation thing. (posting this to keep a record of solution found)

@arthurlutz
Copy link
Contributor Author

sudo apt-get -uVf install libfssm-ruby seems to solve the problem.

@pdwjun
Copy link

pdwjun commented May 9, 2013

works for me

@justin-schroeder
Copy link

This was a big help appreciate it.

@ninapavlich
Copy link

Thanks! That helped me too.

@frankinedinburgh
Copy link

was having this problem on ubuntu but not on windows
brilliant fix, works like a charm
Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants