View Single Post
Old 06-16-2012, 11:26 PM   #1
Thisiswhatiam
Member
Thisiswhatiam began at the beginning.
 
Posts: 11
Karma: 10
Join Date: May 2012
Device: Kindle
Calibre throwing a Memory Exception

Hi guys,

When i run the
Code:
ebook-convert some.html some.mobi
I get the following exception. It is to be noted that i am calling this using backticks from my perl application.
ebook-convert --help works fine. But when i try to convert it throws the following error.
Code:
  Traceback (most recent call last):
  File "site.py", line 58, in main
  File "site-packages/calibre/ebooks/conversion/cli.py", line 307, in main
  File "site-packages/calibre/ebooks/conversion/cli.py", line 260, in create_option_parser
  File "site-packages/calibre/ebooks/conversion/plumber.py", line 10, in 
  File "site-packages/calibre/customize/ui.py", line 15, in 
  File "site-packages/calibre/customize/builtins.py", line 639, in 
  File "site-packages/calibre/devices/apple/driver.py", line 8, in 
  File "ctypes/__init__.py", line 555, in 
  File "ctypes/__init__.py", line 279, in _reset_cache
MemoryError
This is weird as i dont know what exacltly is causing the problem. Could someone please help me out.

Last edited by Thisiswhatiam; 06-16-2012 at 11:28 PM. Reason: Improved clarity
Thisiswhatiam is offline   Reply With Quote