Thread
:
Import module for use in regex function?
View Single Post
12-24-2022, 05:38 PM
#
2
kovidgoyal
creator of calibre
Posts: 45,411
Karma: 27757236
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
It's python if you want to import something from somewhere add it to sys.path before doing the import. Assuming your external module is compatible with the version of python it will work fine.
kovidgoyal
View Public Profile
Visit kovidgoyal's homepage!
Find More Posts by kovidgoyal
Track Posts by kovidgoyal via RSS