mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
8f1ff1e3cf
commit
ec01916a56
@ -155,7 +155,7 @@ def print_basic_debug_info(out=None):
|
||||
from calibre.constants import (__appname__, get_version, isportable, isosx,
|
||||
isfrozen, is64bit)
|
||||
out(__appname__, get_version(), 'Portable' if isportable else '',
|
||||
'isfrozen:', isfrozen, 'is64bit:', is64bit)
|
||||
'embedded-python:', isfrozen, 'is64bit:', is64bit)
|
||||
out(platform.platform(), platform.system(), platform.architecture())
|
||||
if iswindows and not is64bit:
|
||||
try:
|
||||
|
@ -376,7 +376,7 @@ class JobError(QDialog): # {{{
|
||||
d = QTextDocument()
|
||||
d.setHtml(self.msg_label.text())
|
||||
QApplication.clipboard().setText(
|
||||
u'calibre, version %s (%s, isfrozen: %s)\n%s: %s\n\n%s' %
|
||||
u'calibre, version %s (%s, embedded-python: %s)\n%s: %s\n\n%s' %
|
||||
(__version__, sys.platform, isfrozen,
|
||||
unicode(self.windowTitle()), unicode(d.toPlainText()),
|
||||
unicode(self.det_msg.toPlainText())))
|
||||
|
Loading…
x
Reference in New Issue
Block a user