Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Software > Calibre

Notices

Reply
 
Thread Tools Search this Thread
Old 02-03-2009, 12:55 PM   #16
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: 43,871
Karma: 22666666
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
Yeah there should be only one
kovidgoyal is online now   Reply With Quote
Old 04-04-2009, 12:50 PM   #17
joewandy
Enthusiast
joewandy began at the beginning.
 
Posts: 37
Karma: 11
Join Date: Jun 2007
To continue this thread, I'm also encountering this issue after upgrading to the latest Calibre version.

Calibre 0.5.5
Macbook OSX 10.5.6
prs-505

Following is the stack trace

xception in thread Thread-1:
Traceback (most recent call last):
File "threading.pyo", line 522, in __bootstrap_inner
File "/Applications/calibre.app/Contents/Resources/lib/python2.6/site-packages.zip/calibre/parallel.py", line 762, in run
o = Overseer(self.server_socket, self.port)
File "/Applications/calibre.app/Contents/Resources/lib/python2.6/site-packages.zip/calibre/parallel.py", line 375, in __init__
self.worker_status = mother.spawn_worker('127.0.0.1:'+str(port))
File "/Applications/calibre.app/Contents/Resources/lib/python2.6/site-packages.zip/calibre/parallel.py", line 190, in <lambda>
self.spawn_worker_osx = lambda arg : self.spawn_free_spirit_osx(arg, type='worker')
File "/Applications/calibre.app/Contents/Resources/lib/python2.6/site-packages.zip/calibre/parallel.py", line 231, in spawn_free_spirit_osx
child = WorkerStatus(subprocess.Popen(cmdline, env=self.get_env()))
File "subprocess.pyo", line 595, in __init__
File "subprocess.pyo", line 1106, in _execute_child
OSError: [Errno 2] No such file or directory

^CTraceback (most recent call last):
File "/Applications/calibre.app/Contents/Resources/loaders/comic2lrf.py", line 9, in <module>
main()
File "/Applications/calibre.app/Contents/Resources/lib/python2.6/site-packages.zip/calibre/ebooks/lrf/comic/convert_from.py", line 558, in main
File "/Applications/calibre.app/Contents/Resources/lib/python2.6/site-packages.zip/calibre/ebooks/lrf/comic/convert_from.py", line 507, in do_convert
File "/Applications/calibre.app/Contents/Resources/lib/python2.6/site-packages.zip/calibre/ebooks/lrf/comic/convert_from.py", line 273, in process_pages
File "/Applications/calibre.app/Contents/Resources/lib/python2.6/site-packages.zip/calibre/parallel.py", line 744, in wait
KeyboardInterrupt

Thanks !!
joewandy is offline   Reply With Quote
Advert
Old 04-04-2009, 12:56 PM   #18
joewandy
Enthusiast
joewandy began at the beginning.
 
Posts: 37
Karma: 11
Join Date: Jun 2007
More additional info:

joe-wandys-macbook:torrents joewandy$ ls -l /Applications/calibre.app/Contents/
total 16
drwxr-xr-x 18 joewandy 501 612 Apr 3 06:38 Frameworks
-rw-r--r-- 1 joewandy 501 3096 Apr 3 06:36 Info.plist
drwxr-xr-x 9 joewandy 501 306 Apr 3 06:38 MacOS
-rw-r--r-- 1 joewandy 501 8 Apr 3 06:36 PkgInfo
drwxr-xr-x 11 joewandy 501 374 Apr 3 06:38 Resources
drwxr-xr-x 3 joewandy 501 102 Apr 3 06:39 console.app

joe-wandys-macbook:torrents joewandy$ ls -l /Applications/calibre.app/Contents/console.app/
total 0
drwxr-xr-x 7 joewandy 501 238 Apr 3 06:39 Contents

joe-wandys-macbook:torrents joewandy$ ls -l /Applications/calibre.app/Contents/console.app/Contents/
total 40
lrwxr-xr-x 1 joewandy 501 16 Apr 4 23:54 Frameworks -> ../../Frameworks
-rw-r--r-- 1 joewandy 501 3140 Apr 3 06:39 Info.plist
lrwxr-xr-x 1 joewandy 501 11 Apr 4 23:54 MacOS -> ../../MacOS
lrwxr-xr-x 1 joewandy 501 13 Apr 4 23:54 PkgInfo -> ../../PkgInfo
lrwxr-xr-x 1 joewandy 501 15 Apr 4 23:54 Resources -> ../../Resources

joe-wandys-macbook:torrents joewandy$ calibre-debug -c "from calibre.parallel import WorkerMother; m = WorkerMother(); print m.executable; print m.env"
/Applications/calibre.app/Contents/console.app/Contents/MacOS/calibre-debug
{'DYLD_LIBRARY_PATH': '/Applications/calibre.app/Contents/console.app/Contents/Frameworks/ImageMagick/lib', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11/bin:/opt/local/bin:/opt/local/devkitPro/devkitARM/bin:/Applications/calibre.app/Contents/console.app/Contents/Frameworks', 'PYTHONHOME': '/Applications/calibre.app/Contents/console.app/Contents/Resources', 'MAGICK_HOME': '/Applications/calibre.app/Contents/console.app/Contents/Frameworks/ImageMagick'}

joe-wandys-macbook:torrents joewandy$ ls -l /Applications/calibre.app/Contents/console.app/Contents/MacOS/python
-rwxr-xr-x 1 joewandy 501 29596 Apr 3 06:38 /Applications/calibre.app/Contents/console.app/Contents/MacOS/python

It seems that this is the same issue as the one encountered by XenoPhage and were said to be fixed in previous build ... Do I have a messed up installation ?

Last edited by joewandy; 04-04-2009 at 01:02 PM.
joewandy is offline   Reply With Quote
Old 04-04-2009, 04:17 PM   #19
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: 43,871
Karma: 22666666
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
Is this only with CBR or CBZ as well?
kovidgoyal is online now   Reply With Quote
Old 04-04-2009, 10:26 PM   #20
joewandy
Enthusiast
joewandy began at the beginning.
 
Posts: 37
Karma: 11
Join Date: Jun 2007
Quote:
Originally Posted by kovidgoyal View Post
Is this only with CBR or CBZ as well?
It's for both CBR and CBZ files.
joewandy is offline   Reply With Quote
Advert
Old 04-04-2009, 11:22 PM   #21
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: 43,871
Karma: 22666666
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
Strange, and you can convert non comic files correctly? Can you view files by clicking on the view button?
kovidgoyal is online now   Reply With Quote
Old 04-05-2009, 12:32 AM   #22
joewandy
Enthusiast
joewandy began at the beginning.
 
Posts: 37
Karma: 11
Join Date: Jun 2007
Quote:
Originally Posted by kovidgoyal View Post
Strange, and you can convert non comic files correctly?
Tested from command line, html2lrf and pdf2lrf both work fine.

Quote:
Originally Posted by kovidgoyal View Post
Can you view files by clicking on the view button?
Tested from both command line and GUI, lrfview works fine.

comic2lrf, comic2epub, comic2pdf, comic2mobi all fail when run from the command line processing CBR/CBZ. The error is as indicated in the post above.

Edit: I tried the comic conversion from the Calibre GUI and it works. So for my case, it fails only when comic2lrf is called from the command line.

Last edited by joewandy; 04-05-2009 at 12:34 AM.
joewandy is offline   Reply With Quote
Old 04-05-2009, 12:41 AM   #23
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: 43,871
Karma: 22666666
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
Open a ticket with subject line

"Conversion of comics fails on OS X when run from CLI"
kovidgoyal is online now   Reply With Quote
Old 04-19-2009, 03:34 PM   #24
frikk
Amateur PRS505'er
frikk began at the beginning.
 
frikk's Avatar
 
Posts: 22
Karma: 10
Join Date: Apr 2009
Location: Cincinnati
Device: sony rs-505
I get this too... both in command line and in GUI.
frikk is offline   Reply With Quote
Reply

Tags
calibre, cbr, convert, lrf


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
convert CBZ and LFR to epub format? siulayhumga Calibre 4 05-01-2010 05:38 PM
How to convert .cbr to .epub/.lrf for PRS-600 with best rerult DaddyDough Calibre 0 12-18-2009 11:22 AM
Unable to convert PDFs newbi3 Calibre 3 06-21-2009 01:00 AM
Convert cbr 2 pdf jæd iRex 1 02-13-2009 01:40 AM
unable to convert .cbr files in calibre bchenry82 Introduce Yourself 4 11-14-2008 01:31 PM


All times are GMT -4. The time now is 10:41 AM.


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