Ubuntu Pastebin

Paste from MultiStorm at Thu, 2 Feb 2017 11:01:42 +0000

Download as text
  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
~/Downloads/autokey-py3/autokey$ sudo python setup.py install
running install
running bdist_egg
running egg_info
creating lib/autokey.egg-info
writing requirements to lib/autokey.egg-info/requires.txt
writing lib/autokey.egg-info/PKG-INFO
writing top-level names to lib/autokey.egg-info/top_level.txt
writing dependency_links to lib/autokey.egg-info/dependency_links.txt
writing entry points to lib/autokey.egg-info/entry_points.txt
writing manifest file 'lib/autokey.egg-info/SOURCES.txt'
reading manifest file 'lib/autokey.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
writing manifest file 'lib/autokey.egg-info/SOURCES.txt'
installing library code to build/bdist.linux-x86_64/egg
running install_lib
running build_py
creating build
creating build/lib.linux-x86_64-2.7
creating build/lib.linux-x86_64-2.7/autokey
copying lib/autokey/scripting_Store.py -> build/lib.linux-x86_64-2.7/autokey
copying lib/autokey/common.py -> build/lib.linux-x86_64-2.7/autokey
copying lib/autokey/iomediator_Key.py -> build/lib.linux-x86_64-2.7/autokey
copying lib/autokey/scripting.py -> build/lib.linux-x86_64-2.7/autokey
copying lib/autokey/monitor.py -> build/lib.linux-x86_64-2.7/autokey
copying lib/autokey/iomediator.py -> build/lib.linux-x86_64-2.7/autokey
copying lib/autokey/iomediator_constants.py -> build/lib.linux-x86_64-2.7/autokey
copying lib/autokey/__init__.py -> build/lib.linux-x86_64-2.7/autokey
copying lib/autokey/scripting_highlevel.py -> build/lib.linux-x86_64-2.7/autokey
copying lib/autokey/qtapp.py -> build/lib.linux-x86_64-2.7/autokey
copying lib/autokey/configmanager.py -> build/lib.linux-x86_64-2.7/autokey
copying lib/autokey/macro.py -> build/lib.linux-x86_64-2.7/autokey
copying lib/autokey/model.py -> build/lib.linux-x86_64-2.7/autokey
copying lib/autokey/iomediator00.py -> build/lib.linux-x86_64-2.7/autokey
copying lib/autokey/gtkapp.py -> build/lib.linux-x86_64-2.7/autokey
copying lib/autokey/interface.py -> build/lib.linux-x86_64-2.7/autokey
copying lib/autokey/service.py -> build/lib.linux-x86_64-2.7/autokey
copying lib/autokey/configmanager_constants.py -> build/lib.linux-x86_64-2.7/autokey
creating build/lib.linux-x86_64-2.7/autokey/gtkui
copying lib/autokey/gtkui/__main__.py -> build/lib.linux-x86_64-2.7/autokey/gtkui
copying lib/autokey/gtkui/popupmenu.py -> build/lib.linux-x86_64-2.7/autokey/gtkui
copying lib/autokey/gtkui/__init__.py -> build/lib.linux-x86_64-2.7/autokey/gtkui
copying lib/autokey/gtkui/dialogs.py -> build/lib.linux-x86_64-2.7/autokey/gtkui
copying lib/autokey/gtkui/settingsdialog.py -> build/lib.linux-x86_64-2.7/autokey/gtkui
copying lib/autokey/gtkui/configwindow0.py -> build/lib.linux-x86_64-2.7/autokey/gtkui
copying lib/autokey/gtkui/notifier.py -> build/lib.linux-x86_64-2.7/autokey/gtkui
copying lib/autokey/gtkui/configwindow.py -> build/lib.linux-x86_64-2.7/autokey/gtkui
creating build/lib.linux-x86_64-2.7/autokey/qtui
copying lib/autokey/qtui/folderpage.py -> build/lib.linux-x86_64-2.7/autokey/qtui
copying lib/autokey/qtui/abbrsettings.py -> build/lib.linux-x86_64-2.7/autokey/qtui
copying lib/autokey/qtui/hotkeysettings.py -> build/lib.linux-x86_64-2.7/autokey/qtui
copying lib/autokey/qtui/detectdialog.py -> build/lib.linux-x86_64-2.7/autokey/qtui
copying lib/autokey/qtui/popupmenu.py -> build/lib.linux-x86_64-2.7/autokey/qtui
copying lib/autokey/qtui/__init__.py -> build/lib.linux-x86_64-2.7/autokey/qtui
copying lib/autokey/qtui/enginesettings.py -> build/lib.linux-x86_64-2.7/autokey/qtui
copying lib/autokey/qtui/dialogs.py -> build/lib.linux-x86_64-2.7/autokey/qtui
copying lib/autokey/qtui/phrasepage.py -> build/lib.linux-x86_64-2.7/autokey/qtui
copying lib/autokey/qtui/settingsdialog.py -> build/lib.linux-x86_64-2.7/autokey/qtui
copying lib/autokey/qtui/recorddialog.py -> build/lib.linux-x86_64-2.7/autokey/qtui
copying lib/autokey/qtui/scriptpage.py -> build/lib.linux-x86_64-2.7/autokey/qtui
copying lib/autokey/qtui/settingswidget.py -> build/lib.linux-x86_64-2.7/autokey/qtui
copying lib/autokey/qtui/centralwidget.py -> build/lib.linux-x86_64-2.7/autokey/qtui
copying lib/autokey/qtui/specialhotkeysettings.py -> build/lib.linux-x86_64-2.7/autokey/qtui
copying lib/autokey/qtui/notifier.py -> build/lib.linux-x86_64-2.7/autokey/qtui
copying lib/autokey/qtui/windowfiltersettings.py -> build/lib.linux-x86_64-2.7/autokey/qtui
copying lib/autokey/qtui/generalsettings.py -> build/lib.linux-x86_64-2.7/autokey/qtui
copying lib/autokey/qtui/configwindow.py -> build/lib.linux-x86_64-2.7/autokey/qtui
creating build/lib.linux-x86_64-2.7/autokey/gtkui/data
copying lib/autokey/gtkui/data/abbrsettings.xml -> build/lib.linux-x86_64-2.7/autokey/gtkui/data
copying lib/autokey/gtkui/data/phrasepage.xml -> build/lib.linux-x86_64-2.7/autokey/gtkui/data
copying lib/autokey/gtkui/data/hotkeysettings.xml -> build/lib.linux-x86_64-2.7/autokey/gtkui/data
copying lib/autokey/gtkui/data/mainwindow.xml -> build/lib.linux-x86_64-2.7/autokey/gtkui/data
copying lib/autokey/gtkui/data/detectdialog.xml -> build/lib.linux-x86_64-2.7/autokey/gtkui/data
copying lib/autokey/gtkui/data/settingswidget.xml -> build/lib.linux-x86_64-2.7/autokey/gtkui/data
copying lib/autokey/gtkui/data/renamedialog.xml -> build/lib.linux-x86_64-2.7/autokey/gtkui/data
copying lib/autokey/gtkui/data/blankpage.xml -> build/lib.linux-x86_64-2.7/autokey/gtkui/data
copying lib/autokey/gtkui/data/autokey.svg -> build/lib.linux-x86_64-2.7/autokey/gtkui/data
copying lib/autokey/gtkui/data/scriptpage.xml -> build/lib.linux-x86_64-2.7/autokey/gtkui/data
copying lib/autokey/gtkui/data/menus.xml -> build/lib.linux-x86_64-2.7/autokey/gtkui/data
copying lib/autokey/gtkui/data/settingsdialog.xml -> build/lib.linux-x86_64-2.7/autokey/gtkui/data
copying lib/autokey/gtkui/data/folderpage.xml -> build/lib.linux-x86_64-2.7/autokey/gtkui/data
copying lib/autokey/gtkui/data/recorddialog.xml -> build/lib.linux-x86_64-2.7/autokey/gtkui/data
copying lib/autokey/gtkui/data/windowfiltersettings.xml -> build/lib.linux-x86_64-2.7/autokey/gtkui/data
creating build/lib.linux-x86_64-2.7/autokey/qtui/data
copying lib/autokey/qtui/data/api.txt -> build/lib.linux-x86_64-2.7/autokey/qtui/data
creating build/bdist.linux-x86_64
creating build/bdist.linux-x86_64/egg
creating build/bdist.linux-x86_64/egg/autokey
copying build/lib.linux-x86_64-2.7/autokey/scripting_Store.py -> build/bdist.linux-x86_64/egg/autokey
copying build/lib.linux-x86_64-2.7/autokey/common.py -> build/bdist.linux-x86_64/egg/autokey
creating build/bdist.linux-x86_64/egg/autokey/qtui
copying build/lib.linux-x86_64-2.7/autokey/qtui/folderpage.py -> build/bdist.linux-x86_64/egg/autokey/qtui
copying build/lib.linux-x86_64-2.7/autokey/qtui/abbrsettings.py -> build/bdist.linux-x86_64/egg/autokey/qtui
copying build/lib.linux-x86_64-2.7/autokey/qtui/hotkeysettings.py -> build/bdist.linux-x86_64/egg/autokey/qtui
copying build/lib.linux-x86_64-2.7/autokey/qtui/detectdialog.py -> build/bdist.linux-x86_64/egg/autokey/qtui
copying build/lib.linux-x86_64-2.7/autokey/qtui/popupmenu.py -> build/bdist.linux-x86_64/egg/autokey/qtui
copying build/lib.linux-x86_64-2.7/autokey/qtui/__init__.py -> build/bdist.linux-x86_64/egg/autokey/qtui
copying build/lib.linux-x86_64-2.7/autokey/qtui/enginesettings.py -> build/bdist.linux-x86_64/egg/autokey/qtui
copying build/lib.linux-x86_64-2.7/autokey/qtui/dialogs.py -> build/bdist.linux-x86_64/egg/autokey/qtui
copying build/lib.linux-x86_64-2.7/autokey/qtui/phrasepage.py -> build/bdist.linux-x86_64/egg/autokey/qtui
copying build/lib.linux-x86_64-2.7/autokey/qtui/settingsdialog.py -> build/bdist.linux-x86_64/egg/autokey/qtui
copying build/lib.linux-x86_64-2.7/autokey/qtui/recorddialog.py -> build/bdist.linux-x86_64/egg/autokey/qtui
copying build/lib.linux-x86_64-2.7/autokey/qtui/scriptpage.py -> build/bdist.linux-x86_64/egg/autokey/qtui
copying build/lib.linux-x86_64-2.7/autokey/qtui/settingswidget.py -> build/bdist.linux-x86_64/egg/autokey/qtui
copying build/lib.linux-x86_64-2.7/autokey/qtui/centralwidget.py -> build/bdist.linux-x86_64/egg/autokey/qtui
copying build/lib.linux-x86_64-2.7/autokey/qtui/specialhotkeysettings.py -> build/bdist.linux-x86_64/egg/autokey/qtui
copying build/lib.linux-x86_64-2.7/autokey/qtui/notifier.py -> build/bdist.linux-x86_64/egg/autokey/qtui
copying build/lib.linux-x86_64-2.7/autokey/qtui/windowfiltersettings.py -> build/bdist.linux-x86_64/egg/autokey/qtui
creating build/bdist.linux-x86_64/egg/autokey/qtui/data
copying build/lib.linux-x86_64-2.7/autokey/qtui/data/api.txt -> build/bdist.linux-x86_64/egg/autokey/qtui/data
copying build/lib.linux-x86_64-2.7/autokey/qtui/generalsettings.py -> build/bdist.linux-x86_64/egg/autokey/qtui
copying build/lib.linux-x86_64-2.7/autokey/qtui/configwindow.py -> build/bdist.linux-x86_64/egg/autokey/qtui
copying build/lib.linux-x86_64-2.7/autokey/iomediator_Key.py -> build/bdist.linux-x86_64/egg/autokey
copying build/lib.linux-x86_64-2.7/autokey/scripting.py -> build/bdist.linux-x86_64/egg/autokey
copying build/lib.linux-x86_64-2.7/autokey/monitor.py -> build/bdist.linux-x86_64/egg/autokey
creating build/bdist.linux-x86_64/egg/autokey/gtkui
copying build/lib.linux-x86_64-2.7/autokey/gtkui/__main__.py -> build/bdist.linux-x86_64/egg/autokey/gtkui
copying build/lib.linux-x86_64-2.7/autokey/gtkui/popupmenu.py -> build/bdist.linux-x86_64/egg/autokey/gtkui
copying build/lib.linux-x86_64-2.7/autokey/gtkui/__init__.py -> build/bdist.linux-x86_64/egg/autokey/gtkui
copying build/lib.linux-x86_64-2.7/autokey/gtkui/dialogs.py -> build/bdist.linux-x86_64/egg/autokey/gtkui
copying build/lib.linux-x86_64-2.7/autokey/gtkui/settingsdialog.py -> build/bdist.linux-x86_64/egg/autokey/gtkui
copying build/lib.linux-x86_64-2.7/autokey/gtkui/configwindow0.py -> build/bdist.linux-x86_64/egg/autokey/gtkui
copying build/lib.linux-x86_64-2.7/autokey/gtkui/notifier.py -> build/bdist.linux-x86_64/egg/autokey/gtkui
creating build/bdist.linux-x86_64/egg/autokey/gtkui/data
copying build/lib.linux-x86_64-2.7/autokey/gtkui/data/abbrsettings.xml -> build/bdist.linux-x86_64/egg/autokey/gtkui/data
copying build/lib.linux-x86_64-2.7/autokey/gtkui/data/phrasepage.xml -> build/bdist.linux-x86_64/egg/autokey/gtkui/data
copying build/lib.linux-x86_64-2.7/autokey/gtkui/data/hotkeysettings.xml -> build/bdist.linux-x86_64/egg/autokey/gtkui/data
copying build/lib.linux-x86_64-2.7/autokey/gtkui/data/mainwindow.xml -> build/bdist.linux-x86_64/egg/autokey/gtkui/data
copying build/lib.linux-x86_64-2.7/autokey/gtkui/data/detectdialog.xml -> build/bdist.linux-x86_64/egg/autokey/gtkui/data
copying build/lib.linux-x86_64-2.7/autokey/gtkui/data/settingswidget.xml -> build/bdist.linux-x86_64/egg/autokey/gtkui/data
copying build/lib.linux-x86_64-2.7/autokey/gtkui/data/renamedialog.xml -> build/bdist.linux-x86_64/egg/autokey/gtkui/data
copying build/lib.linux-x86_64-2.7/autokey/gtkui/data/blankpage.xml -> build/bdist.linux-x86_64/egg/autokey/gtkui/data
copying build/lib.linux-x86_64-2.7/autokey/gtkui/data/autokey.svg -> build/bdist.linux-x86_64/egg/autokey/gtkui/data
copying build/lib.linux-x86_64-2.7/autokey/gtkui/data/scriptpage.xml -> build/bdist.linux-x86_64/egg/autokey/gtkui/data
copying build/lib.linux-x86_64-2.7/autokey/gtkui/data/menus.xml -> build/bdist.linux-x86_64/egg/autokey/gtkui/data
copying build/lib.linux-x86_64-2.7/autokey/gtkui/data/settingsdialog.xml -> build/bdist.linux-x86_64/egg/autokey/gtkui/data
copying build/lib.linux-x86_64-2.7/autokey/gtkui/data/folderpage.xml -> build/bdist.linux-x86_64/egg/autokey/gtkui/data
copying build/lib.linux-x86_64-2.7/autokey/gtkui/data/recorddialog.xml -> build/bdist.linux-x86_64/egg/autokey/gtkui/data
copying build/lib.linux-x86_64-2.7/autokey/gtkui/data/windowfiltersettings.xml -> build/bdist.linux-x86_64/egg/autokey/gtkui/data
copying build/lib.linux-x86_64-2.7/autokey/gtkui/configwindow.py -> build/bdist.linux-x86_64/egg/autokey/gtkui
copying build/lib.linux-x86_64-2.7/autokey/iomediator.py -> build/bdist.linux-x86_64/egg/autokey
copying build/lib.linux-x86_64-2.7/autokey/iomediator_constants.py -> build/bdist.linux-x86_64/egg/autokey
copying build/lib.linux-x86_64-2.7/autokey/__init__.py -> build/bdist.linux-x86_64/egg/autokey
copying build/lib.linux-x86_64-2.7/autokey/scripting_highlevel.py -> build/bdist.linux-x86_64/egg/autokey
copying build/lib.linux-x86_64-2.7/autokey/qtapp.py -> build/bdist.linux-x86_64/egg/autokey
copying build/lib.linux-x86_64-2.7/autokey/configmanager.py -> build/bdist.linux-x86_64/egg/autokey
copying build/lib.linux-x86_64-2.7/autokey/macro.py -> build/bdist.linux-x86_64/egg/autokey
copying build/lib.linux-x86_64-2.7/autokey/model.py -> build/bdist.linux-x86_64/egg/autokey
copying build/lib.linux-x86_64-2.7/autokey/iomediator00.py -> build/bdist.linux-x86_64/egg/autokey
copying build/lib.linux-x86_64-2.7/autokey/gtkapp.py -> build/bdist.linux-x86_64/egg/autokey
copying build/lib.linux-x86_64-2.7/autokey/interface.py -> build/bdist.linux-x86_64/egg/autokey
copying build/lib.linux-x86_64-2.7/autokey/service.py -> build/bdist.linux-x86_64/egg/autokey
copying build/lib.linux-x86_64-2.7/autokey/configmanager_constants.py -> build/bdist.linux-x86_64/egg/autokey
byte-compiling build/bdist.linux-x86_64/egg/autokey/scripting_Store.py to scripting_Store.pyc
byte-compiling build/bdist.linux-x86_64/egg/autokey/common.py to common.pyc
byte-compiling build/bdist.linux-x86_64/egg/autokey/qtui/folderpage.py to folderpage.pyc
byte-compiling build/bdist.linux-x86_64/egg/autokey/qtui/abbrsettings.py to abbrsettings.pyc
byte-compiling build/bdist.linux-x86_64/egg/autokey/qtui/hotkeysettings.py to hotkeysettings.pyc
byte-compiling build/bdist.linux-x86_64/egg/autokey/qtui/detectdialog.py to detectdialog.pyc
byte-compiling build/bdist.linux-x86_64/egg/autokey/qtui/popupmenu.py to popupmenu.pyc
byte-compiling build/bdist.linux-x86_64/egg/autokey/qtui/__init__.py to __init__.pyc
byte-compiling build/bdist.linux-x86_64/egg/autokey/qtui/enginesettings.py to enginesettings.pyc
byte-compiling build/bdist.linux-x86_64/egg/autokey/qtui/dialogs.py to dialogs.pyc
byte-compiling build/bdist.linux-x86_64/egg/autokey/qtui/phrasepage.py to phrasepage.pyc
byte-compiling build/bdist.linux-x86_64/egg/autokey/qtui/settingsdialog.py to settingsdialog.pyc
byte-compiling build/bdist.linux-x86_64/egg/autokey/qtui/recorddialog.py to recorddialog.pyc
byte-compiling build/bdist.linux-x86_64/egg/autokey/qtui/scriptpage.py to scriptpage.pyc
byte-compiling build/bdist.linux-x86_64/egg/autokey/qtui/settingswidget.py to settingswidget.pyc
byte-compiling build/bdist.linux-x86_64/egg/autokey/qtui/centralwidget.py to centralwidget.pyc
byte-compiling build/bdist.linux-x86_64/egg/autokey/qtui/specialhotkeysettings.py to specialhotkeysettings.pyc
byte-compiling build/bdist.linux-x86_64/egg/autokey/qtui/notifier.py to notifier.pyc
byte-compiling build/bdist.linux-x86_64/egg/autokey/qtui/windowfiltersettings.py to windowfiltersettings.pyc
byte-compiling build/bdist.linux-x86_64/egg/autokey/qtui/generalsettings.py to generalsettings.pyc
byte-compiling build/bdist.linux-x86_64/egg/autokey/qtui/configwindow.py to configwindow.pyc
byte-compiling build/bdist.linux-x86_64/egg/autokey/iomediator_Key.py to iomediator_Key.pyc
byte-compiling build/bdist.linux-x86_64/egg/autokey/scripting.py to scripting.pyc
byte-compiling build/bdist.linux-x86_64/egg/autokey/monitor.py to monitor.pyc
byte-compiling build/bdist.linux-x86_64/egg/autokey/gtkui/__main__.py to __main__.pyc
byte-compiling build/bdist.linux-x86_64/egg/autokey/gtkui/popupmenu.py to popupmenu.pyc
byte-compiling build/bdist.linux-x86_64/egg/autokey/gtkui/__init__.py to __init__.pyc
byte-compiling build/bdist.linux-x86_64/egg/autokey/gtkui/dialogs.py to dialogs.pyc
byte-compiling build/bdist.linux-x86_64/egg/autokey/gtkui/settingsdialog.py to settingsdialog.pyc
byte-compiling build/bdist.linux-x86_64/egg/autokey/gtkui/configwindow0.py to configwindow0.pyc
byte-compiling build/bdist.linux-x86_64/egg/autokey/gtkui/notifier.py to notifier.pyc
byte-compiling build/bdist.linux-x86_64/egg/autokey/gtkui/configwindow.py to configwindow.pyc
byte-compiling build/bdist.linux-x86_64/egg/autokey/iomediator.py to iomediator.pyc
byte-compiling build/bdist.linux-x86_64/egg/autokey/iomediator_constants.py to iomediator_constants.pyc
byte-compiling build/bdist.linux-x86_64/egg/autokey/__init__.py to __init__.pyc
byte-compiling build/bdist.linux-x86_64/egg/autokey/scripting_highlevel.py to scripting_highlevel.pyc
  File "build/bdist.linux-x86_64/egg/autokey/scripting_highlevel.py", line 17
    def visgrep(scr:str, pat:str, tolerance:int = 0) -> (int):
                   ^
SyntaxError: invalid syntax

byte-compiling build/bdist.linux-x86_64/egg/autokey/qtapp.py to qtapp.pyc
byte-compiling build/bdist.linux-x86_64/egg/autokey/configmanager.py to configmanager.pyc
byte-compiling build/bdist.linux-x86_64/egg/autokey/macro.py to macro.pyc
byte-compiling build/bdist.linux-x86_64/egg/autokey/model.py to model.pyc
byte-compiling build/bdist.linux-x86_64/egg/autokey/iomediator00.py to iomediator00.pyc
byte-compiling build/bdist.linux-x86_64/egg/autokey/gtkapp.py to gtkapp.pyc
byte-compiling build/bdist.linux-x86_64/egg/autokey/interface.py to interface.pyc
  File "build/bdist.linux-x86_64/egg/autokey/interface.py", line 68
    def str_or_bytes_to_str(x: Union[str, bytes]) -> str:
                             ^
SyntaxError: invalid syntax

byte-compiling build/bdist.linux-x86_64/egg/autokey/service.py to service.pyc
byte-compiling build/bdist.linux-x86_64/egg/autokey/configmanager_constants.py to configmanager_constants.pyc
installing package data to build/bdist.linux-x86_64/egg
running install_data
creating build/bdist.linux-x86_64/egg/share
creating build/bdist.linux-x86_64/egg/share/icons
creating build/bdist.linux-x86_64/egg/share/icons/hicolor
creating build/bdist.linux-x86_64/egg/share/icons/hicolor/scalable
creating build/bdist.linux-x86_64/egg/share/icons/hicolor/scalable/apps
copying config/autokey.svg -> build/bdist.linux-x86_64/egg/share/icons/hicolor/scalable/apps
copying config/autokey.png -> build/bdist.linux-x86_64/egg/share/icons/hicolor/scalable/apps
copying config/autokey-status.svg -> build/bdist.linux-x86_64/egg/share/icons/hicolor/scalable/apps
copying config/autokey-status-dark.svg -> build/bdist.linux-x86_64/egg/share/icons/hicolor/scalable/apps
copying config/autokey-status-error.svg -> build/bdist.linux-x86_64/egg/share/icons/hicolor/scalable/apps
creating build/bdist.linux-x86_64/egg/share/icons/Humanity
creating build/bdist.linux-x86_64/egg/share/icons/Humanity/scalable
creating build/bdist.linux-x86_64/egg/share/icons/Humanity/scalable/apps
copying config/Humanity/autokey-status.svg -> build/bdist.linux-x86_64/egg/share/icons/Humanity/scalable/apps
copying config/Humanity/autokey-status-error.svg -> build/bdist.linux-x86_64/egg/share/icons/Humanity/scalable/apps
creating build/bdist.linux-x86_64/egg/share/icons/ubuntu-mono-dark
creating build/bdist.linux-x86_64/egg/share/icons/ubuntu-mono-dark/apps
creating build/bdist.linux-x86_64/egg/share/icons/ubuntu-mono-dark/apps/48
copying config/ubuntu-mono-dark/autokey-status.svg -> build/bdist.linux-x86_64/egg/share/icons/ubuntu-mono-dark/apps/48
copying config/ubuntu-mono-dark/autokey-status-error.svg -> build/bdist.linux-x86_64/egg/share/icons/ubuntu-mono-dark/apps/48
creating build/bdist.linux-x86_64/egg/share/icons/ubuntu-mono-light
creating build/bdist.linux-x86_64/egg/share/icons/ubuntu-mono-light/apps
creating build/bdist.linux-x86_64/egg/share/icons/ubuntu-mono-light/apps/48
copying config/ubuntu-mono-light/autokey-status.svg -> build/bdist.linux-x86_64/egg/share/icons/ubuntu-mono-light/apps/48
copying config/ubuntu-mono-light/autokey-status-error.svg -> build/bdist.linux-x86_64/egg/share/icons/ubuntu-mono-light/apps/48
creating build/bdist.linux-x86_64/egg/share/applications
copying config/autokey-qt.desktop -> build/bdist.linux-x86_64/egg/share/applications
copying config/autokey-gtk.desktop -> build/bdist.linux-x86_64/egg/share/applications
creating build/bdist.linux-x86_64/egg/share/man
creating build/bdist.linux-x86_64/egg/share/man/man1
copying doc/man/autokey-qt.1 -> build/bdist.linux-x86_64/egg/share/man/man1/
copying doc/man/autokey-gtk.1 -> build/bdist.linux-x86_64/egg/share/man/man1/
copying doc/man/autokey-run.1 -> build/bdist.linux-x86_64/egg/share/man/man1/
creating build/bdist.linux-x86_64/egg/share/kde4
creating build/bdist.linux-x86_64/egg/share/kde4/apps
creating build/bdist.linux-x86_64/egg/share/kde4/apps/autokey
copying config/autokeyui.rc -> build/bdist.linux-x86_64/egg/share/kde4/apps/autokey
creating build/bdist.linux-x86_64/egg/EGG-INFO
installing scripts to build/bdist.linux-x86_64/egg/EGG-INFO/scripts
running install_scripts
running build_scripts
creating build/scripts-2.7
copying and adjusting autokey-qt -> build/scripts-2.7
copying and adjusting autokey-run -> build/scripts-2.7
copying and adjusting autokey-shell -> build/scripts-2.7
changing mode of build/scripts-2.7/autokey-qt from 644 to 755
changing mode of build/scripts-2.7/autokey-run from 644 to 755
changing mode of build/scripts-2.7/autokey-shell from 644 to 755
creating build/bdist.linux-x86_64/egg/EGG-INFO/scripts
copying build/scripts-2.7/autokey-shell -> build/bdist.linux-x86_64/egg/EGG-INFO/scripts
copying build/scripts-2.7/autokey-qt -> build/bdist.linux-x86_64/egg/EGG-INFO/scripts
copying build/scripts-2.7/autokey-run -> build/bdist.linux-x86_64/egg/EGG-INFO/scripts
changing mode of build/bdist.linux-x86_64/egg/EGG-INFO/scripts/autokey-shell to 755
changing mode of build/bdist.linux-x86_64/egg/EGG-INFO/scripts/autokey-qt to 755
changing mode of build/bdist.linux-x86_64/egg/EGG-INFO/scripts/autokey-run to 755
copying lib/autokey.egg-info/PKG-INFO -> build/bdist.linux-x86_64/egg/EGG-INFO
copying lib/autokey.egg-info/SOURCES.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
copying lib/autokey.egg-info/dependency_links.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
copying lib/autokey.egg-info/entry_points.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
copying lib/autokey.egg-info/requires.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
copying lib/autokey.egg-info/top_level.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
zip_safe flag not set; analyzing archive contents...
autokey.qtui.configwindow: module references __file__
autokey.gtkui.configwindow0: module references __file__
autokey.gtkui.configwindow: module references __file__
creating dist
creating 'dist/autokey-0.93.9-py2.7.egg' and adding 'build/bdist.linux-x86_64/egg' to it
removing 'build/bdist.linux-x86_64/egg' (and everything under it)
Processing autokey-0.93.9-py2.7.egg
creating /usr/local/lib/python2.7/dist-packages/autokey-0.93.9-py2.7.egg
Extracting autokey-0.93.9-py2.7.egg to /usr/local/lib/python2.7/dist-packages
  File "/usr/local/lib/python2.7/dist-packages/autokey-0.93.9-py2.7.egg/autokey/scripting_highlevel.py", line 17
    def visgrep(scr:str, pat:str, tolerance:int = 0) -> (int):
                   ^
SyntaxError: invalid syntax

  File "/usr/local/lib/python2.7/dist-packages/autokey-0.93.9-py2.7.egg/autokey/interface.py", line 68
    def str_or_bytes_to_str(x: Union[str, bytes]) -> str:
                             ^
SyntaxError: invalid syntax

Adding autokey 0.93.9 to easy-install.pth file
Installing autokey-shell script to /usr/local/bin
Installing autokey-run script to /usr/local/bin
Installing autokey-qt script to /usr/local/bin
Installing autokey-gtk script to /usr/local/bin

Installed /usr/local/lib/python2.7/dist-packages/autokey-0.93.9-py2.7.egg
Processing dependencies for autokey==0.93.9
Searching for python3-xlib
Reading https://pypi.python.org/simple/python3-xlib/
Best match: python3-xlib 0.15
Downloading https://pypi.python.org/packages/ef/c6/2c5999de3bb1533521f1101e8fe56fd9c266732f4d48011c7c69b29d12ae/python3-xlib-0.15.tar.gz#md5=26f409ac3964f8e07377f378dce64f17
Processing python3-xlib-0.15.tar.gz
Writing /tmp/easy_install-eRjqlG/python3-xlib-0.15/setup.cfg
Running python3-xlib-0.15/setup.py -q bdist_egg --dist-dir /tmp/easy_install-eRjqlG/python3-xlib-0.15/egg-dist-tmp-9HHU4K
zip_safe flag not set; analyzing archive contents...
Moving python3_xlib-0.15-py2.7.egg to /usr/local/lib/python2.7/dist-packages
Adding python3-xlib 0.15 to easy-install.pth file

Installed /usr/local/lib/python2.7/dist-packages/python3_xlib-0.15-py2.7.egg
Searching for pyinotify
Reading https://pypi.python.org/simple/pyinotify/
Best match: pyinotify 0.9.6
Downloading https://pypi.python.org/packages/e3/c0/fd5b18dde17c1249658521f69598f3252f11d9d7a980c5be8619970646e1/pyinotify-0.9.6.tar.gz#md5=8e580fa1ff3971f94a6f81672b76c406
Processing pyinotify-0.9.6.tar.gz
Writing /tmp/easy_install-LTA04D/pyinotify-0.9.6/setup.cfg
Running pyinotify-0.9.6/setup.py -q bdist_egg --dist-dir /tmp/easy_install-LTA04D/pyinotify-0.9.6/egg-dist-tmp-wC40q4
zip_safe flag not set; analyzing archive contents...
Moving pyinotify-0.9.6-py2.7.egg to /usr/local/lib/python2.7/dist-packages
Adding pyinotify 0.9.6 to easy-install.pth file

Installed /usr/local/lib/python2.7/dist-packages/pyinotify-0.9.6-py2.7.egg
Searching for dbus-python
Reading https://pypi.python.org/simple/dbus-python/
Best match: dbus-python 1.2.4
Downloading https://pypi.python.org/packages/ad/1b/76adc363212c642cabbf9329457a918308c0b9b5d38ce04d541a67255174/dbus-python-1.2.4.tar.gz#md5=7372a588c83a7232b4e08159bfd48fe5
Processing dbus-python-1.2.4.tar.gz
Writing /tmp/easy_install-QawKqC/dbus-python-1.2.4/setup.cfg
Running dbus-python-1.2.4/setup.py -q bdist_egg --dist-dir /tmp/easy_install-QawKqC/dbus-python-1.2.4/egg-dist-tmp-f61Won
warning: install_lib: 'build/lib.linux-x86_64-2.7' does not exist -- no Python modules to install

zip_safe flag not set; analyzing archive contents...
Moving dbus_python-1.2.4-py2.7-linux-x86_64.egg to /usr/local/lib/python2.7/dist-packages
Adding dbus-python 1.2.4 to easy-install.pth file

Installed /usr/local/lib/python2.7/dist-packages/dbus_python-1.2.4-py2.7-linux-x86_64.egg
Finished processing dependencies for autokey==0.93.9
Download as text