jashkenas / ruby-processing

Code as Art, Art as Code. Processing and Ruby are meant for each other.
http://github.com/jashkenas/ruby-processing/wikis
Other
1.28k stars 94 forks source link

Failed to run an example #38

Closed yush closed 11 years ago

yush commented 12 years ago

On windows 7, rp5 fails to start because of a space in a directory name (Application data). See pull request for correction.

C:\Code\scketchbook> rp5 run .\samples\anar\extrusion.rb Errno::ENOENT: No such file or directory - C:/Users/clem/Application Data/Processing directory? at org/jruby/RubyFileTest.java:102 directory? at org/jruby/RubyFileTest.java:87 directory? at org/jruby/RubyFileTest.java:78 test at org/jruby/RubyKernel.java:1480 find_sketchbook_path at C:/Ruby192/lib/ruby/gems/1.9.1/gems/ruby-processing-1.0.11/lib/ruby-processing/library_loader.rb:137 each at org/jruby/RubyArray.java:1612 find_sketchbook_path at C:/Ruby192/lib/ruby/gems/1.9.1/gems/ruby-processing-1.0.11/lib/ruby-processing/library_loader.rb:129 initialize at C:/Ruby192/lib/ruby/gems/1.9.1/gems/ruby-processing-1.0.11/lib/ruby-processing/library_loader.rb:6 App at C:/Ruby192/lib/ruby/gems/1.9.1/gems/ruby-processing-1.0.11/lib/ruby-processing/app.rb:92 Processing at C:/Ruby192/lib/ruby/gems/1.9.1/gems/ruby-processing-1.0.11/lib/ruby-processing/app.rb:28 (root) at C:/Ruby192/lib/ruby/gems/1.9.1/gems/ruby-processing-1.0.11/lib/ruby-processing/app.rb:18 require at org/jruby/RubyKernel.java:1038 (root) at C:/Ruby192/lib/ruby/gems/1.9.1/gems/ruby-processing-1.0.11/lib/ruby-processing/app.rb:6 require at org/jruby/RubyKernel.java:1038 (root) at C:/Ruby192/lib/ruby/gems/1.9.1/gems/ruby-processing-1.0.11/lib/ruby-processing/runners/run.rb:5

monkstone commented 11 years ago

@yush still interested interested in ruby-processing? Would you like to test my development version here https://github.com/monkstone/ruby-processing Unfortunately I've had to drop the Anar+ library as it is incompatible with processing-2.0 which is a big shame.

monkstone commented 11 years ago

V. old therefore closing