Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Software > Calibre

Notices

Closed Thread
 
Thread Tools Search this Thread
Old 06-10-2009, 01:30 AM   #106
ddavtian
Addict
ddavtian has a complete set of Star Wars action figures.ddavtian has a complete set of Star Wars action figures.ddavtian has a complete set of Star Wars action figures.ddavtian has a complete set of Star Wars action figures.
 
Posts: 274
Karma: 332
Join Date: Nov 2003
Location: San Francisco, USA
Device: Sage, Elipsa, Oasis, Galaxy Tab 8U, S22U
Quote:
Originally Posted by kovidgoyal View Post
Hmm you do have custom recipes though?
Yes, I had 10-15 from an earlier build. Most of them are customized versions of built-in recipes (adding cover page, changing font size).

I cannot delete them, I do not get to them. Should I install 0.5xx, delete them, then install beta?
ddavtian is offline  
Old 06-10-2009, 07:25 AM   #107
sideburnt
Connoisseur
sideburnt began at the beginning.
 
Posts: 83
Karma: 46
Join Date: May 2009
Device: Sony prs-505
Quote:
Originally Posted by sideburnt View Post
Converted to EPUB from LIT, tried to view the new EPUB file, Calibre Freezes.

When I force close Calibre I get two error messages;

AttributesError: scroll_fraction

AttributesError: yPos
has this been logged?
sideburnt is offline  
Advert
Old 06-10-2009, 09:43 AM   #108
ldolse
Wizard
ldolse is an accomplished Snipe hunter.ldolse is an accomplished Snipe hunter.ldolse is an accomplished Snipe hunter.ldolse is an accomplished Snipe hunter.ldolse is an accomplished Snipe hunter.ldolse is an accomplished Snipe hunter.ldolse is an accomplished Snipe hunter.ldolse is an accomplished Snipe hunter.ldolse is an accomplished Snipe hunter.ldolse is an accomplished Snipe hunter.ldolse is an accomplished Snipe hunter.
 
Posts: 1,337
Karma: 123455
Join Date: Apr 2009
Location: Malaysia
Device: PRS-650, iPhone
CPU Detection issue on OS X

Just tried to run this on OS X. On the initial run it asked for my password and ran through the setup wizard. After that it attempted to load the main window. Each time I try that it crashes. The first two times I ran it I got these errors in the console:

Code:
6/10/09 9:27:53 PM [0x0-0xeddedd].net.kovidgoyal.calibre[58744]   File "calibre/gui2/jobs.pyo", line 34, in __init__ 
6/10/09 9:27:53 PM [0x0-0xeddedd].net.kovidgoyal.calibre[58744]   File "calibre/utils/ipc/server.pyo", line 91, in __init__ 
6/10/09 9:27:53 PM [0x0-0xeddedd].net.kovidgoyal.calibre[58744]   File "multiprocessing/__init__.pyo", line 118, in cpu_count 
6/10/09 9:27:53 PM [0x0-0xeddedd].net.kovidgoyal.calibre[58744] IOError: [Errno 4] Interrupted system call 
6/10/09 9:27:53 PM [0x0-0xeddedd].net.kovidgoyal.calibre[58744] IOError: [Errno 4] Interrupted system call 
6/10/09 9:27:54 PM [0x0-0xeddedd].net.kovidgoyal.calibre[58744] sh: sysctl: command not found 
6/10/09 9:27:54 PM [0x0-0xeddedd].net.kovidgoyal.calibre[58744] Traceback (most recent call last): 
6/10/09 9:27:54 PM [0x0-0xeddedd].net.kovidgoyal.calibre[58744]   File "/Users/leedolsen/Desktop/calibre - Beta.app/Contents/Resources/main.py", line 504, in add_spare_server 
6/10/09 9:27:54 PM [0x0-0xeddedd].net.kovidgoyal.calibre[58744]     self.spare_servers.append(Server()) 
6/10/09 9:27:54 PM [0x0-0xeddedd].net.kovidgoyal.calibre[58744]   File "calibre/utils/ipc/server.pyo", line 91, in __init__ 
6/10/09 9:27:54 PM [0x0-0xeddedd].net.kovidgoyal.calibre[58744]   File "multiprocessing/__init__.pyo", line 118, in cpu_count 
6/10/09 9:27:54 PM [0x0-0xeddedd].net.kovidgoyal.calibre[58744] IOError: [Errno 4] Interrupted system call 
6/10/09 9:27:54 PM [0x0-0xeddedd].net.kovidgoyal.calibre[58744] IOError: [Errno 4] Interrupted system call 
6/10/09 9:27:58 PM com.apple.launchd[158] ([0x0-0xeddedd].net.kovidgoyal.calibre[58744]) Exited with exit code: 255
Now when I run it I get these errors:
Code:
6/10/09 9:29:33 PM [0x0-0xee0ee0].net.kovidgoyal.calibre[58761]     self.job_manager = JobManager() 
6/10/09 9:29:33 PM [0x0-0xee0ee0].net.kovidgoyal.calibre[58761]   File "calibre/gui2/jobs.pyo", line 34, in __init__ 
6/10/09 9:29:33 PM [0x0-0xee0ee0].net.kovidgoyal.calibre[58761]   File "calibre/utils/ipc/server.pyo", line 91, in __init__ 
6/10/09 9:29:33 PM [0x0-0xee0ee0].net.kovidgoyal.calibre[58761]   File "multiprocessing/__init__.pyo", line 130, in cpu_count 
6/10/09 9:29:33 PM [0x0-0xee0ee0].net.kovidgoyal.calibre[58761] NotImplementedError: cannot determine number of cpus 
6/10/09 9:29:34 PM [0x0-0xee0ee0].net.kovidgoyal.calibre[58761] sh: sysctl: command not found 
6/10/09 9:29:34 PM [0x0-0xee0ee0].net.kovidgoyal.calibre[58761] Traceback (most recent call last): 
6/10/09 9:29:34 PM [0x0-0xee0ee0].net.kovidgoyal.calibre[58761]   File "/Users/leedolsen/Desktop/calibre - Beta.app/Contents/Resources/main.py", line 504, in add_spare_server 
6/10/09 9:29:34 PM [0x0-0xee0ee0].net.kovidgoyal.calibre[58761]     self.spare_servers.append(Server()) 
6/10/09 9:29:34 PM [0x0-0xee0ee0].net.kovidgoyal.calibre[58761]   File "calibre/utils/ipc/server.pyo", line 91, in __init__ 
6/10/09 9:29:34 PM [0x0-0xee0ee0].net.kovidgoyal.calibre[58761]   File "multiprocessing/__init__.pyo", line 130, in cpu_count 
6/10/09 9:29:34 PM [0x0-0xee0ee0].net.kovidgoyal.calibre[58761] NotImplementedError: cannot determine number of cpus 
6/10/09 9:29:34 PM com.apple.launchd[158] ([0x0-0xee0ee0].net.kovidgoyal.calibre[58761]) Exited with exit code: 255 
6/10/09 9:29:34 PM com.apple.launchd[158] ([0x0-0xee0ee0].net.kovidgoyal.calibre[58761]) Exited with exit code: 255
I'm using OS X Leopard 10.5.6 on a dual core macbook.
ldolse is offline  
Old 06-10-2009, 10:42 AM   #109
cartman
Connoisseur
cartman began at the beginning.
 
Posts: 57
Karma: 22
Join Date: May 2009
Location: Mytilene, Greece
Device: Kobo Aura HD, Sony PRS-505 (Blue)
After transfering 405 books to my sony reader, i get 35 empty collections. (Calibre 0.6b2, WinXP). Tried formating the sd card and the device memory, and retransfered the books, but the same thing happened.
Edit:
I now get empty collections even when i transfer only one book. When i tried 100 books, i got no collections at all.

Last edited by cartman; 06-10-2009 at 11:11 AM.
cartman is offline  
Old 06-10-2009, 11:24 AM   #110
Kantaris
OH HAI THAER
Kantaris began at the beginning.
 
Kantaris's Avatar
 
Posts: 6
Karma: 10
Join Date: Jun 2009
Location: NJ
Device: PRS-505
So far, working well on Windows 7 64 bit with a Sony-PRS 505.

I only uploaded 3 or 4 books to the device, mainly was using it to rename and reorganize my collection.

Is there a way, within Calibure, to rename the actual FILE of the e-book? Some of the things I've gotten are in weird format.

For example, Short_Stories_1_PKDICK,_DICK,_PK_scifi_fantasy.pdf

I think I only have about 30 files like that though, so going through explorer and doing it won't be that big of a deal.
Kantaris is offline  
Advert
Old 06-10-2009, 11:42 AM   #111
Anggun
Enthusiast
Anggun will become famous soon enoughAnggun will become famous soon enoughAnggun will become famous soon enoughAnggun will become famous soon enoughAnggun will become famous soon enoughAnggun will become famous soon enough
 
Anggun's Avatar
 
Posts: 42
Karma: 657
Join Date: Sep 2008
Device: Sony PRS-505
This is the first time I connect my Sony Reader PRS-500 after installing Calibre 0.6b2 under Vista and I got this error.

Quote:
Traceback (most recent call last):
File "calibre\gui2\__init__.pyo", line 170, in dispatch
File "C:\Program Files\calibre\library.zip\calibre\gui2\main.py", line 701, in
info_read
File "calibre\gui2\widgets.pyo", line 222, in update_devices
ValueError: too many values to unpack
What does it mean?
Anggun is offline  
Old 06-10-2009, 01:43 PM   #112
artbatista
Groupie
artbatista ought to be getting tired of karma fortunes by now.artbatista ought to be getting tired of karma fortunes by now.artbatista ought to be getting tired of karma fortunes by now.artbatista ought to be getting tired of karma fortunes by now.artbatista ought to be getting tired of karma fortunes by now.artbatista ought to be getting tired of karma fortunes by now.artbatista ought to be getting tired of karma fortunes by now.artbatista ought to be getting tired of karma fortunes by now.artbatista ought to be getting tired of karma fortunes by now.artbatista ought to be getting tired of karma fortunes by now.artbatista ought to be getting tired of karma fortunes by now.
 
artbatista's Avatar
 
Posts: 193
Karma: 1032826
Join Date: Mar 2008
Location: Miami, FL, USA
Device: iPhone 4, iPad 2
calibre 0.6.0b2 epub book reader won't run under Windows 7-32bit RC

http://calibre.kovidgoyal.net/ticket/2570

When I try to open an Ebook, the reader crashes:



Traceback (most recent call last):
File "calibre\gui2\viewer\documentview.pyo", line 546, in resizeEvent
AttributeError: scroll_fraction


Traceback (most recent call last):
File "calibre\gui2\viewer\documentview.pyo", line 379, in load_finished
File "calibre\gui2\viewer\documentview.pyo", line 460, in scroll_to
AttributeError: ypos

I have tried doing a complete removal, and reinstall. The reader crashes with all my books, even those I converted before with 0.5X versions.

Art
artbatista is offline  
Old 06-10-2009, 01:50 PM   #113
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,211
Karma: 27110894
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
Quote:
Originally Posted by ddavtian View Post
Yes, I had 10-15 from an earlier build. Most of them are customized versions of built-in recipes (adding cover page, changing font size).

I cannot delete them, I do not get to them. Should I install 0.5xx, delete them, then install beta?
Yeah that would do the trick, there is a guide in the calibre user manual for migrating old style custom recipes.
kovidgoyal is offline  
Old 06-10-2009, 01:51 PM   #114
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,211
Karma: 27110894
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
Quote:
Originally Posted by ldolse View Post
Just tried to run this on OS X. On the initial run it asked for my password and ran through the setup wizard. After that it attempted to load the main window. Each time I try that it crashes. The first two times I ran it I got these errors in the console:
I'm using OS X Leopard 10.5.6 on a dual core macbook.
Should be fixed in the next beta.
kovidgoyal is offline  
Old 06-10-2009, 01:59 PM   #115
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,211
Karma: 27110894
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
The ebook viewer will be fixed in the next release, as will PRS 500 support.

@Kantaris: calibre names your files automatically. For now, there is now way to control the name it goves your files.

@cartman: You're getting empty collections for books that have tags or even for books that dont?
kovidgoyal is offline  
Old 06-10-2009, 04:55 PM   #116
cartman
Connoisseur
cartman began at the beginning.
 
Posts: 57
Karma: 22
Join Date: May 2009
Location: Mytilene, Greece
Device: Kobo Aura HD, Sony PRS-505 (Blue)
Only for books that have tags. Essentialy i get as many collections as tags, but all of them empty.
cartman is offline  
Old 06-10-2009, 05:37 PM   #117
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,211
Karma: 27110894
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
Can you run calibre in a terminal and post any output you see in the terminal when sending books to the device. Also what format are these books in?
kovidgoyal is offline  
Old 06-10-2009, 10:26 PM   #118
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,211
Karma: 27110894
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
Released beta 3 with the followng major and lots of minor bug fixes:
  • Fixed ebook viewer
  • MOBI indexing now works. You should be able to use the joystick on your Kindle to jump from chater to chapter (or article to article) in your calibre produced MOBI books and news feeds
  • The SONY PRS500 and PRS 505 (with UK firmware) should both work again

Lots of other minor bug fixes. There are still a few outstanding conversion related minor bugs, which will hopefully be addressed by the next beta.
kovidgoyal is offline  
Old 06-10-2009, 10:53 PM   #119
ldolse
Wizard
ldolse is an accomplished Snipe hunter.ldolse is an accomplished Snipe hunter.ldolse is an accomplished Snipe hunter.ldolse is an accomplished Snipe hunter.ldolse is an accomplished Snipe hunter.ldolse is an accomplished Snipe hunter.ldolse is an accomplished Snipe hunter.ldolse is an accomplished Snipe hunter.ldolse is an accomplished Snipe hunter.ldolse is an accomplished Snipe hunter.ldolse is an accomplished Snipe hunter.
 
Posts: 1,337
Karma: 123455
Join Date: Apr 2009
Location: Malaysia
Device: PRS-650, iPhone
Hmm... still get similar set of errors with Beta 3:

Code:
6/11/09 10:52:33 AM [0x0-0xfb4fb4].net.kovidgoyal.calibre[60758] Traceback (most recent call last): 
6/11/09 10:52:33 AM [0x0-0xfb4fb4].net.kovidgoyal.calibre[60758]   File "/Applications/calibre-Beta3.app/Contents/Resources/__boot__.py", line 208, in <module> 
6/11/09 10:52:33 AM [0x0-0xfb4fb4].net.kovidgoyal.calibre[60758]     _run('main.py') 
6/11/09 10:52:33 AM [0x0-0xfb4fb4].net.kovidgoyal.calibre[60758]   File "/Applications/calibre-Beta3.app/Contents/Resources/__boot__.py", line 135, in _run 
6/11/09 10:52:33 AM [0x0-0xfb4fb4].net.kovidgoyal.calibre[60758]     execfile(path, globals(), globals()) 
6/11/09 10:52:33 AM [0x0-0xfb4fb4].net.kovidgoyal.calibre[60758]   File "/Applications/calibre-Beta3.app/Contents/Resources/main.py", line 1864, in <module> 
6/11/09 10:52:33 AM [0x0-0xfb4fb4].net.kovidgoyal.calibre[60758]     sys.exit(main()) 
6/11/09 10:52:33 AM [0x0-0xfb4fb4].net.kovidgoyal.calibre[60758]   File "/Applications/calibre-Beta3.app/Contents/Resources/main.py", line 1851, in main 
6/11/09 10:52:33 AM [0x0-0xfb4fb4].net.kovidgoyal.calibre[60758]     return run_gui(opts, args, actions, listener, app) 
6/11/09 10:52:33 AM [0x0-0xfb4fb4].net.kovidgoyal.calibre[60758]   File "/Applications/calibre-Beta3.app/Contents/Resources/main.py", line 1761, in run_gui 
6/11/09 10:52:33 AM [0x0-0xfb4fb4].net.kovidgoyal.calibre[60758]     main = Main(listener, opts, actions) 
6/11/09 10:52:33 AM [0x0-0xfb4fb4].net.kovidgoyal.calibre[60758]   File "/Applications/calibre-Beta3.app/Contents/Resources/main.py", line 127, in __init__ 
6/11/09 10:52:33 AM [0x0-0xfb4fb4].net.kovidgoyal.calibre[60758]     self.job_manager = JobManager() 
6/11/09 10:52:33 AM [0x0-0xfb4fb4].net.kovidgoyal.calibre[60758]   File "calibre/gui2/jobs.pyo", line 34, in __init__ 
6/11/09 10:52:33 AM [0x0-0xfb4fb4].net.kovidgoyal.calibre[60758]   File "calibre/utils/ipc/server.pyo", line 91, in __init__ 
6/11/09 10:52:33 AM [0x0-0xfb4fb4].net.kovidgoyal.calibre[60758]   File "multiprocessing/__init__.pyo", line 118, in cpu_count 
6/11/09 10:52:33 AM [0x0-0xfb4fb4].net.kovidgoyal.calibre[60758] IOError: [Errno 4] Interrupted system call 
6/11/09 10:52:33 AM [0x0-0xfb4fb4].net.kovidgoyal.calibre[60758] sh: sysctl: command not found 
6/11/09 10:52:34 AM [0x0-0xfb4fb4].net.kovidgoyal.calibre[60758] Traceback (most recent call last): 
6/11/09 10:52:34 AM [0x0-0xfb4fb4].net.kovidgoyal.calibre[60758]   File "/Applications/calibre-Beta3.app/Contents/Resources/main.py", line 504, in add_spare_server 
6/11/09 10:52:34 AM [0x0-0xfb4fb4].net.kovidgoyal.calibre[60758]     self.spare_servers.append(Server()) 
6/11/09 10:52:34 AM [0x0-0xfb4fb4].net.kovidgoyal.calibre[60758]   File "calibre/utils/ipc/server.pyo", line 91, in __init__ 
6/11/09 10:52:34 AM [0x0-0xfb4fb4].net.kovidgoyal.calibre[60758]   File "multiprocessing/__init__.pyo", line 118, in cpu_count 
6/11/09 10:52:34 AM [0x0-0xfb4fb4].net.kovidgoyal.calibre[60758] IOError: [Errno 4] Interrupted system call 
6/11/09 10:52:36 AM com.apple.launchd[158] ([0x0-0xfb4fb4].net.kovidgoyal.calibre[60758]) Exited with exit code: 255
ldolse is offline  
Old 06-10-2009, 10:56 PM   #120
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,211
Karma: 27110894
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
Another location where cpu_count is used, I'll fix it and re-uplaod the OS X beta build. In the meantime try to figure out why your system is missing the sysctl command, which is a pretty fundamental command on UNIX systems.

EDIT: uploaded fixed OSX beta 3 build

Last edited by kovidgoyal; 06-10-2009 at 11:19 PM.
kovidgoyal is offline  
Closed Thread


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Calibre metadata.calibre not allowing updates Chuckels550 Calibre 10 08-09-2010 05:12 PM
Using Calibre as a client for another Calibre instance? toddos Calibre 27 06-30-2010 04:57 AM
Sigil 0.2.0 betas available Valloric Sigil 98 05-03-2010 04:07 PM
cannot open calibre on osx 10.6-- "Calibre is already running" message jlip Calibre 4 01-02-2010 11:05 PM
calibre command line utilities and calibre defaults astrodad Calibre 2 08-07-2008 03:27 PM


All times are GMT -4. The time now is 07:10 PM.


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