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.