EasyABC icon indicating copy to clipboard operation
EasyABC copied to clipboard

AbcToPS error

Open topchyan opened this issue 2 years ago • 0 comments

Got the following error when trying to export to PDF, but not sure how to handle or fix. Any suggestions?

File "/usr/share/easyabc/easy_abc.py", line 5529, in export_tunes success = self.export_tune(tune, file_type, extension, convert_func, path, show_save_dialog=individual_save_dialog) File "/usr/share/easyabc/easy_abc.py", line 5454, in export_tune if convert_func(tune, filepath): File "/usr/share/easyabc/easy_abc.py", line 5199, in export_pdf pdf_file = AbcToPDF(self.settings, tune.abc, tune.header, self.cache_dir, self.settings.get('abcm2ps_extra_params', ''), File "/usr/share/easyabc/easy_abc.py", line 940, in AbcToPDF execmessages += '\nAbcToPDF\n' + " ".join(cmd2) TypeError: sequence item 0: expected str instance, bytes found

topchyan avatar Jun 30 '23 23:06 topchyan