From c9d78e1eb9ab61f50b60ebe760f5941016e0e7e5 Mon Sep 17 00:00:00 2001 From: Mrityunjay Saxena <14573967+mrityunjaygr8@users.noreply.github.com> Date: Wed, 20 Oct 2021 14:49:38 +0530 Subject: [PATCH] fix: fixes camelot.ext ModuleNotFoundError This, issue camelot-dev/excalibur#144 fixes the ModuleNotFoundError encountered by many on v0.4,3 --- 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