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.