Thread
:
Python Libraries included in Plugin?
View Single Post
06-15-2014, 06:24 AM
#
5
kovidgoyal
creator of calibre
Posts: 45,461
Karma: 27757440
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