Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ghostscript on windows #366

Closed
patstew opened this issue Jul 24, 2019 · 1 comment
Closed

Ghostscript on windows #366

patstew opened this issue Jul 24, 2019 · 1 comment

Comments

@patstew
Copy link

patstew commented Jul 24, 2019

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.

@vinayak-mehta
Copy link
Contributor

Can you please try and see if this fix works for you? camelot-dev/camelot#32

You can install master to test it out.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants