jwdj / EasyABC

EasyABC
GNU General Public License v2.0
87 stars 36 forks source link

AbcToPS error #73

Open topchyan opened 1 year ago

topchyan commented 1 year ago

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