-
Notifications
You must be signed in to change notification settings - Fork 5
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
Comments
sudo apt-get -uVf install libfssm-ruby seems to solve the problem. |
works for me |
This was a big help appreciate it. |
Thanks! That helped me too. |
was having this problem on ubuntu but not on windows |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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)
The text was updated successfully, but these errors were encountered: