You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ghostscript is available in conda-forge, but camelot won't use it. I suggest adding a dependency to the conda-forge package, and make the code in _gsprint.py look on the path before hunting in the registry. I've installed it manually, and changed the code to:
#libgs = __win32_finddll()
libgs = "gsdll64.dll"
as a quick hack.
The text was updated successfully, but these errors were encountered:
Ghostscript is available in conda-forge, but camelot won't use it. I suggest adding a dependency to the conda-forge package, and make the code in _gsprint.py look on the path before hunting in the registry. I've installed it manually, and changed the code to:
as a quick hack.
The text was updated successfully, but these errors were encountered: