Thread
:
Python Libraries included in Plugin?
View Single Post
06-15-2014, 07:24 AM
#
5
kovidgoyal
creator of calibre
Posts: 46,057
Karma: 29579868
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
I'm not sure why being able to run outside calibre makes it a problem:
Code:
try: from calibre_plugins.myplugin.whatever import x except ImportError: from whatever import x
kovidgoyal
View Public Profile
Visit kovidgoyal's homepage!
Find More Posts by kovidgoyal
Track Posts by kovidgoyal via RSS