HiThis seems to come up from time to time but the fixes mentioned haven't worked for me. I'm not a sysadmin or a Ruby user so I'm stuck on a mission-critical project. I would be **very** grateful for any help with this!I'm running Ruby 1.9.3 (compiled - not a package), and Gem 1.8.23 (does it matter that they're out of sync?).I installed Compass & Susy as:> gem install compass> gem install susyI removed an old Compass rpm package, but it may have left some legacy data files.I don't want to use the Compass project directory structure - this is probably the cause of my issue. My directories are:/css/css/config.rb/sass/sass/my_project.scssIn config.rb I have the line: "require 'susy'"Compass partials are importing fine. But when I try to import susy into my project I get:1 || File to import not found or unreadable: susy.2 || /var/www/wr.dev3 || /var/www/wr.dev/sass4 || /var/lib/gems/1.9.1/gems/compass-0.12.2/frameworks/blueprint/stylesheets5 || /var/lib/gems/1.9.1/gems/compass-0.12.2/frameworks/compass/stylesheets6 || Compass::SpriteImporterFor some reason the paths shown here don't square with the version I see when I run >ruby -vSusy is installed at:/var/lib/gems/1.9.1/gems/susy-1.0.4/sass/_susy.scssI've tried the brute-force config setting:add_import_path "/var/lib/gems/1.9.1/gems/susy-1.0.4/sass"I've also tried the fix of creating a Compass project in the same root directory.This is a real roadblock: please help!
I am having the same problem also, I spent 2 days looking for a solution and tried all the fixes I could find but still nothing...
I did everything with de "default" values, created a new compass project with the default compass project directory structure. I have a config.rb file at the root of my project with "require 'susy'" on it.
But still I get this errors:error sass/_base.scss (Line 4: File to import not found or unreadable: susy.It's really a pity because I would like to start using Susy so much and I can't because of that misterious error no-one seems to know about...
Load paths:
/Users/clara/Documents/git/Susy/SusyProject
/Users/clara/Documents/git/Susy/SusyProject/sass
*** LOCAL GEMS ***chunky_png (1.2.7, 1.2.6)compass (0.12.2)compass-boilerplate-plugin (0.1.0)compass-rails (1.0.3)fssm (0.2.10, 0.2.9)rubygems-update (1.8.25)salsa (0.0.1)sass (3.2.5, 3.2.1)susy (1.0.5)zen-grids (1.3)
Compass was unable to compile one or more files in the project:LoadError on line 161 of /Applications/CodeKit.app/Contents/Resources/engines/compass/bin/../lib/compass/configuration/data.rb: no such file to load -- susyRun with --trace to see the full backtrace
--
You received this message because you are subscribed to the Google Groups "Compass" group.
To unsubscribe from this group and stop receiving emails from it, send an email to compass-user...@googlegroups.com.
To post to this group, send email to compas...@googlegroups.com.
Visit this group at http://groups.google.com/group/compass-users?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
I had the same problem with importing Zen-grids to my project. With the exact same error message.But strangely I get a generated CSS with errors in my Sass folder with this error and a correct one in my stylesheets folder.Syntax error: File to import not found or unreadable: zen.Load paths:/Users/myprojectfolder/sass/Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/blueprint/stylesheets/Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheetsCompass::SpriteImporterI tried reinstalling all gems and go back reinstalling the Ruby folder from my timemachine and that did not work for me. I was also using Codekit. What I tried was stopping Codekit and using watch via command line and that did not solve it. Then I stopped the watching on my folder so in my opinion nothing was generating my css file and changed the scss file and again a css with this same error was generated. What the xxx who was generating my error css??.The solution for me was in my editor. Sublime Text2. I had installed the "Sass", "SASS Build" and "Compass" package inside my Sublime Text2 editor and my editor was generating the error file every time. Editing the scss file with any other editor and using Codekit or just a watch on the folder did NOT generate the error file anymore. So I tried to uninstall all sass related packages and still the error file was generated somehow.. It turned out to be the "live reload" package inside Sublime Text2 that generated the error file. Why? I don't know yet. But only when importing the extra zen gem. Using only compass and sass doesn't give me problems? Anybody know what can cause livereload to give this problem ? is there a problem with authorisation ?
Op dinsdag 13 november 2012 19:30:03 UTC+1 schreef gcaplan het volgende:
--
You received this message because you are subscribed to a topic in the Google Groups "Compass" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/compass-users/HGIj-VuntGs/unsubscribe?hl=en.
To unsubscribe from this group and all its topics, send an email to compass-user...@googlegroups.com.