Importing Ghostscript in Python on Windows 8
问题 I've been trying to import ghostscript into Python in order to convert pdf files to a .tiff format. I am using Python version 2.7.10 on Windows 8. I have successfully downloaded and installed ghostscript using pip, and it appears in the correct location (...\Anaconda\Lib\sitepackages). I've confirmed that other packages located in this directory can be imported into Python. I am using the command import ghostscript When I do so, I get an error message: RuntimeError: Can not find Ghostscript