From e4a9ed42678dd446079705ee9225a2af107ac8a6 Mon Sep 17 00:00:00 2001 From: Balakumaran Palanivel Date: Thu, 22 Dec 2022 11:34:47 +0100 Subject: [PATCH] Fix for "No module named camelot.ext" error --- excalibur/tasks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/excalibur/tasks.py b/excalibur/tasks.py index 4bf92be..def3db8 100644 --- a/excalibur/tasks.py +++ b/excalibur/tasks.py @@ -6,7 +6,7 @@ from camelot.core import TableList from camelot.parsers import Stream, Lattice -from camelot.ext.ghostscript import Ghostscript +from ghostscript import Ghostscript from . import configuration as conf from .models import Job, File, Rule