Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Software > Calibre

Notices

Reply
 
Thread Tools Search this Thread
Old 03-30-2008, 05:11 PM   #391
kovidgoyal
creator of calibre
kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.
 
kovidgoyal's Avatar
 
Posts: 45,411
Karma: 27757236
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
That information is passed to the 500 as an ordered collection if the books are in the main memory. On the 505 it works for all books.

I'm not inclined to implement this, as the internal modular architecture of libprs500 means that the module that passes metadata to the device isn't aware of the type of device. Since this feature is really only useful on the 500 for books on SD cards, it seems that re-architecting libprs500 is too much work for suh a limited use case
kovidgoyal is offline   Reply With Quote
Old 03-30-2008, 07:35 PM   #392
BobWhite
Member
BobWhite began at the beginning.
 
BobWhite's Avatar
 
Posts: 14
Karma: 10
Join Date: Aug 2007
Device: Treo 680/Sony PRS-500
Quote:
Originally Posted by kovidgoyal View Post
That information is passed to the 500 as an ordered collection if the books are in the main memory. On the 505 it works for all books.

I'm not inclined to implement this, as the internal modular architecture of libprs500 means that the module that passes metadata to the device isn't aware of the type of device. Since this feature is really only useful on the 500 for books on SD cards, it seems that re-architecting libprs500 is too much work for suh a limited use case
Sounds like my solution will be to move non-series books to the SD card and keep series in main memory. Someday....

Thanks,

Bob
BobWhite is offline   Reply With Quote
Advert
Old 06-11-2008, 04:09 AM   #393
randcoop
Junior Member
randcoop began at the beginning.
 
Posts: 4
Karma: 10
Join Date: Feb 2008
Device: Sony
Unable to create MAN page for calibre-fontconfig

Running the postinstall, I get the error that help2man can't get --help from calibre-fontconfig. It then says that "unable to create MAN page for calibre-fontconfig"

This seems to be a serious problem. While the command line prs500 info sees my Ereader, nothing else seems possible. I can't get the Calibre GUI to run. Running things from the command line get far, but ultimately crash with similar errors about fontconfig (for example, I ran web2lrf nytimes and it downloaded for a long time, but then at the end, it crashed).

I'm using Kubuntu 8.04.

Can anyone tell me what to do to fix the problem? help2man is installed.
randcoop is offline   Reply With Quote
Old 06-11-2008, 04:11 AM   #394
kovidgoyal
creator of calibre
kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.
 
kovidgoyal's Avatar
 
Posts: 45,411
Karma: 27757236
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
What error exactly does the GUI crash with
kovidgoyal is offline   Reply With Quote
Old 06-11-2008, 07:02 AM   #395
randcoop
Junior Member
randcoop began at the beginning.
 
Posts: 4
Karma: 10
Join Date: Feb 2008
Device: Sony
File "/usr/bin/calibre", line 8, in <module> load_entry_point('calibre==0.4.69', 'gui_scripts, 'calibre')()
File "/usr/lib/python2.5/site-packages/pkg_resources.py", line 277, in load_entry point return get_distribution(dist).load_entry_point(group, name)

It goes on from there citing other lines.

The final line is:

OSError: libfontconfig.so: cannot open shared object file: No such file or directory

Last edited by randcoop; 06-11-2008 at 07:05 AM.
randcoop is offline   Reply With Quote
Advert
Old 06-11-2008, 07:27 AM   #396
kovidgoyal
creator of calibre
kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.
 
kovidgoyal's Avatar
 
Posts: 45,411
Karma: 27757236
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
Code:
sudo ln -s /usr/lib/libfontconfig.so.1 /usr/lib/libfontconfig.so
kovidgoyal is offline   Reply With Quote
Old 06-11-2008, 08:44 AM   #397
randcoop
Junior Member
randcoop began at the beginning.
 
Posts: 4
Karma: 10
Join Date: Feb 2008
Device: Sony
Thank you. Works perfectly now.
randcoop is offline   Reply With Quote
Old 06-20-2008, 11:58 AM   #398
iacchi
Zealot
iacchi is on a distinguished road
 
iacchi's Avatar
 
Posts: 122
Karma: 66
Join Date: Jul 2007
Location: Melbourne
Device: PRS-500; Boox C67ML; Boox Max
Maybe not a GUI problem, but:

Code:
iacopo@Iacopo:~/Desktop$ pdfreflow book.pdf
Converting PDF to XML
Traceback (most recent call last):
  File "/usr/bin/pdfreflow", line 8, in <module>
    load_entry_point('calibre==0.4.72', 'console_scripts', 'pdfreflow')()
  File "build/bdist.linux-i686/egg/calibre/ebooks/lrf/pdf/reflow.py", line 419, in main
  File "build/bdist.linux-i686/egg/calibre/ebooks/lrf/pdf/reflow.py", line 378, in __init__
  File "build/bdist.linux-i686/egg/calibre/ebooks/lrf/pdf/reflow.py", line 365, in generate_xml
calibre.ebooks.ConversionError: /bin/sh: pdftoxml.exe: command not found
iacchi is offline   Reply With Quote
Old 06-20-2008, 12:10 PM   #399
kovidgoyal
creator of calibre
kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.
 
kovidgoyal's Avatar
 
Posts: 45,411
Karma: 27757236
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
pdfreflow isn't complete right now
kovidgoyal is offline   Reply With Quote
Old 06-20-2008, 12:19 PM   #400
iacchi
Zealot
iacchi is on a distinguished road
 
iacchi's Avatar
 
Posts: 122
Karma: 66
Join Date: Jul 2007
Location: Melbourne
Device: PRS-500; Boox C67ML; Boox Max
ok, thanks
iacchi is offline   Reply With Quote
Old 07-20-2008, 04:07 AM   #401
iacchi
Zealot
iacchi is on a distinguished road
 
iacchi's Avatar
 
Posts: 122
Karma: 66
Join Date: Jul 2007
Location: Melbourne
Device: PRS-500; Boox C67ML; Boox Max
Hi kovid, I get this:

Code:
'module' object has no attribute 'unlink'
Detailed traceback:
Traceback (most recent call last):
  File "/usr/lib/python2.5/atexit.py", line 24, in _run_exitfuncs
    func(*targs, **kargs)
  File "build/bdist.linux-i686/egg/calibre/parallel.py", line 500, in remove_ipc_socket
AttributeError: 'module' object has no attribute 'unlink'
every time I close calibre gui 0.4.78 on linux.
iacchi is offline   Reply With Quote
Old 07-20-2008, 02:13 PM   #402
kovidgoyal
creator of calibre
kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.
 
kovidgoyal's Avatar
 
Posts: 45,411
Karma: 27757236
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
Will be fixed in the next release.
kovidgoyal is offline   Reply With Quote
Old 09-22-2008, 02:53 PM   #403
iacchi
Zealot
iacchi is on a distinguished road
 
iacchi's Avatar
 
Posts: 122
Karma: 66
Join Date: Jul 2007
Location: Melbourne
Device: PRS-500; Boox C67ML; Boox Max
Hi Kovid,
I get this error updating to 0.4.85 (during calibre_postinstall execution):

Code:
Setting up bash completion... failed
Traceback (most recent call last):
  File "build/bdist.linux-i686/egg/calibre/linux.py", line 176, in setup_completion
  File "build/bdist.linux-i686/egg/calibre/ebooks/lrf/comic/convert_from.py", line 21, in <module>
  File "build/bdist.linux-i686/egg/calibre/ebooks/epub/__init__.py", line 13, in <module>
  File "build/bdist.linux-i686/egg/calibre/ebooks/html.py", line 16, in <module>
  File "/usr/lib/python2.5/site-packages/lxml/html/soupparser.py", line 7, in <module>
    from BeautifulSoup import \
ImportError: No module named BeautifulSoup
Traceback (most recent call last):
  File "/usr/bin/calibre_postinstall", line 8, in <module>
    load_entry_point('calibre==0.4.85', 'console_scripts', 'calibre_postinstall')()
  File "build/bdist.linux-i686/egg/calibre/linux.py", line 430, in post_install
  File "build/bdist.linux-i686/egg/calibre/linux.py", line 304, in setup_completion
UnboundLocalError: local variable 'manifest' referenced before assignment
iacchi is offline   Reply With Quote
Old 09-22-2008, 02:59 PM   #404
kovidgoyal
creator of calibre
kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.
 
kovidgoyal's Avatar
 
Posts: 45,411
Karma: 27757236
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
sudo easy_install -U BeautifulSoup
kovidgoyal is offline   Reply With Quote
Old 09-22-2008, 02:59 PM   #405
kovidgoyal
creator of calibre
kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.
 
kovidgoyal's Avatar
 
Posts: 45,411
Karma: 27757236
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
sudo easy_install BeautifulSoup
kovidgoyal is offline   Reply With Quote
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Soribook: First eReader eInk device now in beta testing! Nate the great News 13 04-27-2013 08:28 AM
Beta Beta Test of Major New Features Starson17 Calibre 45 05-17-2010 10:55 AM
testing jomaweb Lounge 44 02-02-2010 02:15 PM


All times are GMT -4. The time now is 03:21 PM.


MobileRead.com is a privately owned, operated and funded community.