View Single Post
Old 01-21-2012, 03:17 AM   #3
Anthon
Junior Member
Anthon began at the beginning.
 
Posts: 4
Karma: 10
Join Date: Oct 2011
Location: Braunschweig, Germany
Device: Sony PRS-700
Installing the package from ppa:gias-kay-lee/coffeescript does not work on 11.4.
The npm route (option 2 on opiniatedprogrammer.com) gets a working coffee.
Howerever setup.py would not call it.

I had to:
pushd src/calibre/ebooks/oeb/display
coffee -c cfi.coffee
cp cfi.js cp cfi.js ../../../../../resources/display/
popd
sudo python setup.py install

After that I could read books once more.
Anthon is offline   Reply With Quote