View Single Post
Old 02-19-2007, 01:51 AM   #2
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,382
Karma: 27756918
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
Atlast! I am really, really happy you did this. Could I ask you to upload the python module to the python package index http://www.python.org/pypi

That will make it easy for other projects to depend on it. If that's too much trouble, I'd be willing to do it for you.

Also can you add some platform detection to set the default encoding. Something like
if 'linux' in sys.platform.lower() or 'darwin' in sys.platform.lower():
default_encoding = 'utf-8'

Thanks and great work.

EDIT: Browsing through the code it doesn't look like you have support for embedded images, or did I miss it?
kovidgoyal is offline   Reply With Quote