Most likely the ps2pdf binary is not to be found. Check with "internals > messages" what the probklem is.
I got it just working: with wx4.0.6 and python 3: In file easy_abc.py i made the following changes: Fixed the print-Errors Fixed StringType --> import types from commented out wx.Yield() * commented out self.GetMenuBar().SetDropTarget(MyFileDropTarget(self)) it looks good if i use my locally compiled abcm2ps version....
I got it working just: In file easy_abc.py i made the following changes: Fixed the print-Errors Fixed StringType --> import types from commented out wx.Yield() * commented out self.GetMenuBar().SetDropTarget(MyFileDropTarget(self)) it looks good if i use my locally compiled abcm2ps version....