graphtecprint icon indicating copy to clipboard operation
graphtecprint copied to clipboard

AttributeError: 'gtk.Button' object has no attribute 'confirm'

Open yush opened this issue 5 years ago • 0 comments

On ubuntu 18.04, with Graphtec 330-20, I installed graphtecprint as said in README. (+copy gtp_loader.py and cameo.py into /usr/local/bin). When I use graphtecprint < test.ps, the GUI appeared with the right preview and the plotter is found Capture du 2020-01-05 18-01-26 . But when I click on Print I run into the following error.

Traceback (most recent call last): File "/usr/local/bin/graphtecprint", line 152, in on_okbutton1_clicked w.confirm() AttributeError: 'gtk.Button' object has no attribute 'confirm'

Is there a way to make it work ?

Thank you.

yush avatar Jan 05 '20 17:01 yush