View Single Post
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