Frederick Ros wrote: >Thibaut Fernagut wrote : >| -----BEGIN PGP SIGNED MESSAGE----- >| Hash: SHA1 >| >| if I want to install the 0.4 from I get this at the end : >| >| error : >| >| >| - --- >| sharedir: /usr/share/hobix >| sucmd: sudo >| sitelibdir: /usr/lib/ruby/site_ruby/1.8 >| bindir: /usr/bin >| >| + all set + [Yn] ?Y >| >| - -e:1: undefined method `each' for nil:NilClass (NoMethodError) >| from (eval):139:in `each' >| from (eval):139 >| /home/httpd/html/www.h0m3.be -00:20:32- [EMAIL PROTECTED] # > >Hi Thibaut, > >It's difficult to debug this as it's evaluated. On esolution would be >that you get the CVS version (either using cvs command or by download a >snapshot), and try to launch the go/hobix-install.rb program ... This >way we could perhaps have more information on the part that is causing >problem. >| > > > >------------------------------------------------------------------------ > >_______________________________________________ >Hobix-is-the-way mailing list >[email protected] >http://rubyforge.org/mailman/listinfo/hobix-is-the-way > > Frederick,
I'm having the same problem with installing 0.4. However if you visit the url: http://go.hobix.com/0.4/ with a browser and download/execute the resulting file, it becomes apparent where it is failing. I'm really pushed for time right now (plus I'm only just getting into Hobix) so sorry for the lack of followup, but here's line 139 and its context: conf = {} execs = {} den['setup'].each do |action, screen| # Line 139 print screen.gsub( /CONFIG\['(\w+)'\]/ ) { conf[action] = c[$1] }. gsub( /^CONF$/ ) { conf.to_yaml } Regards, Stefán. _______________________________________________ Hobix-is-the-way mailing list [email protected] http://rubyforge.org/mailman/listinfo/hobix-is-the-way
