View Single Post
Old 11-23-2016, 06:22 PM   #1212
Lucas Malor
Pain in the arse
Lucas Malor will give the Devil his due.Lucas Malor will give the Devil his due.Lucas Malor will give the Devil his due.Lucas Malor will give the Devil his due.Lucas Malor will give the Devil his due.Lucas Malor will give the Devil his due.Lucas Malor will give the Devil his due.Lucas Malor will give the Devil his due.Lucas Malor will give the Devil his due.Lucas Malor will give the Devil his due.Lucas Malor will give the Devil his due.
 
Lucas Malor's Avatar
 
Posts: 758
Karma: 77856
Join Date: Apr 2013
Device: Kobo Aura One, Kindle 4
Doesn't work on Linux:

PHP Code:
global name 'WindowsError' is not defined

Traceback 
(most recent call last):
  
File "site-packages/calibre/gui2/device.py"line 88in run
  File 
"calibre_plugins.koboutilities.jobs"line 223in do_device_database_backup
  File 
"calibre_plugins.koboutilities.jobs"line 155in backup_file
NameError
: global name 'WindowsError' is not defined 
This should work:

PHP Code:
try :
  
WindowsError
except NameError
:
  class 
WindowsError(OSError): pass 

Last edited by Lucas Malor; 11-23-2016 at 06:25 PM.
Lucas Malor is offline