Closed charlycoste closed 10 years ago
On Ubuntu 14.04 LTS, I installed epics this way: gem install --user-install epics and when I do :
gem install --user-install epics
require 'epics' e = Epics::Client.setup("my-super-secret", "https://ebics.sandbox", "SIZBN001", "EBIX", "EPICS")
I get this error (user is my local username, and my_file.rb is the name of my script) :
user
my_file.rb
/home/user/.gem/ruby/1.9.1/gems/epics-1.1.1/lib/epics/client.rb:59:in `setup': uninitialized constant Epics::Client::Client (NameError) from my_file.rb:2:in `<main>'
Maybe it's a problem with my version of Ruby (ruby 1.9.3p484 (2013-11-22 revision 43786) [x86_64-linux]).
But fix #17 seems to solve the problem.
On Ubuntu 14.04 LTS, I installed epics this way:
gem install --user-install epics
and when I do :I get this error (
user
is my local username, andmy_file.rb
is the name of my script) :