PDF export gs_path fix in 1.3.8.7 not working
Not working for me either in 1.3.8.6 or 1.3.8.7 1.3.8.6 gave an error in Messages about the ghostscript path being a byte string rather than a unicode string. CHANGES for 1.3.8.7 says that was fixed but with that I get an invalid path with extra characters before and after the correct path. I am running from python source on Linux so got it to work by hard coding the correct path (as in the Files setting) in AbcToPDF. I don't know python well enough to find the actual problem in the source. Sorry,...