search for: appistry

Displaying 3 results from an estimated 3 matches for "appistry".

2006 Aug 15
8
AGAIN: file object treated as string
...g other examples on the web, it always comes down to this issue. Perhaps I am missing something, or this has to do with my ruby version or the fact that I''m running this on Apache... Any help would be greatly appreciated. . . . . . . . . . . . . . . . . . . . Eduard V. Kotysh Appistry | The Fabric of Business ed@appistry.com <mailto:ed@appistry.com> direct. 314 336 2859 cell. 314 518 0408 http://www.appistry.com <http://www.appistry.com/> -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rai...
2009 Apr 21
1
ncdf,RNetCDF
Friends, Someone please share your experience in installing ncdf and RNetCDF in fedora10. I am not able make it work as it throws me the following error. My R version is 2.8.0. > library(ncdf) unable to load shared library '/usr/lib/R/library/ncdf/libs/ncdf.so': /usr/lib/R/library/ncdf/libs/ncdf.so: cannot restore segment prot after reloc: Permission denied Error in library(ncdf)
2006 Aug 15
0
file object treated as a string
I am trying to implement the uploading of a file to a remote server My upload form looks like this: <%= start_form_tag(:action => "save_image", :multipart => true) %> <td><b>Description</b> </td> <td><%= text_area("image", "descript", "cols" => 33, "rows" => 5) %></td>