Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

print-buffer fails silently #143

Open
ldutra opened this issue Mar 24, 2023 · 1 comment
Open

print-buffer fails silently #143

ldutra opened this issue Mar 24, 2023 · 1 comment

Comments

@ldutra
Copy link

ldutra commented Mar 24, 2023

ERROR: Error calling command:
Traceback (most recent call last):
File "/home/l/usr/src/webmacs/webmacs/keyboardhandler.py", line 247, in _handle_keypress
self.call_handler.call(ctx, keymap, keypress,
File "/home/l/usr/src/webmacs/webmacs/keyboardhandler.py", line 269, in call
command(ctx)
File "/home/l/usr/src/webmacs/webmacs/commands/init.py", line 41, in call
return self.binding(ctx)
^^^^^^^^^^^^^^^^^
File "/home/l/usr/src/webmacs/webmacs/commands/global.py", line 85, in commands
COMMANDSvalue
File "/home/l/usr/src/webmacs/webmacs/commands/init.py", line 41, in call
return self.binding(ctx)
^^^^^^^^^^^^^^^^^
File "/home/l/usr/src/webmacs/webmacs/commands/webbuffer.py", line 586, in print_buffer
ok = dlg.exec() == dlg.Accepted
^^^^^^^^^^^^
AttributeError: 'QPrintDialog' object has no attribute 'Accepted'

@ldutra
Copy link
Author

ldutra commented Apr 9, 2023

More details:

When trying to print to a real printer, it just does not generate a print job. The messages above are when trying to generate a PDF.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant