abrausch / coursera-downloader

Ruby script to download material from coursera courses
39 stars 18 forks source link

Require URI on Ubuntu #4

Closed ynh-zz closed 12 years ago

ynh-zz commented 12 years ago

I some how can not get it running on Ubuntu 12.10

/usr/lib/ruby/1.9.1/rubygems/custom_require.rb:36:in `require': cannot load such file -- URI (LoadError)
    from /usr/lib/ruby/1.9.1/rubygems/custom_require.rb:36:in `require'
    from coursera-downloader.rb:2:in `<main>'
abrausch commented 12 years ago

Can you try install this package: ruby1.9.1-dev via "apt-get install 1.9.1-dev" It seems that there are some default files missing in ubuntu.

abrausch commented 12 years ago

Ok was a case problem. Should be fixed in current master

ynh-zz commented 12 years ago

Create I works now

abrausch commented 12 years ago

Cool, so I can close the issue