mrooney / wxbanker

simple personal finance
GNU General Public License v3.0
18 stars 9 forks source link

add python3 support #10

Open rosset opened 5 years ago

rosset commented 5 years ago

add python3 support

rosset commented 5 years ago

https://paste.fedoraproject.org/paste/i9uN3eFuPghUCEiTx2DD8g/raw

[filiperosset@raw ~]$ cd rpmbuild/SOURCES/ [filiperosset@raw SOURCES]$ rpmbuild -ba wxbanker.spec Executando (%prep): /bin/sh -e /var/tmp/rpm-tmp.JfxNbx

byte-compiling /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/lib/python3.7/site-packages/wxbanker/plots/init.py to init.cpython-37.pyc byte-compiling /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/lib/python3.7/site-packages/wxbanker/plots/wxplotpanel.py to wxplotpanel.cpython-37.pyc byte-compiling /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/lib/python3.7/site-packages/wxbanker/plots/cairopanel.py to cairopanel.cpython-37.pyc byte-compiling /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/lib/python3.7/site-packages/wxbanker/smoothsizer.py to smoothsizer.cpython-37.pyc File "/usr/lib/python3.7/site-packages/wxbanker/smoothsizer.py", line 293 print tuple(space), pixels, tuple(space) > tuple(pixels) ^ SyntaxError: invalid syntax

byte-compiling /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/lib/python3.7/site-packages/wxbanker/recurringsummaryrow.py to recurringsummaryrow.cpython-37.pyc byte-compiling /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/lib/python3.7/site-packages/wxbanker/main.py to main.cpython-37.pyc File "/usr/lib/python3.7/site-packages/wxbanker/main.py", line 97 print message, lines ^ SyntaxError: Missing parentheses in call to 'print'. Did you mean print(message, lines)?

byte-compiling /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/lib/python3.7/site-packages/wxbanker/calculator.py to calculator.cpython-37.pyc byte-compiling /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/lib/python3.7/site-packages/wxbanker/version.py to version.cpython-37.pyc byte-compiling /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/lib/python3.7/site-packages/wxbanker/summarytab.py to summarytab.cpython-37.pyc byte-compiling /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/lib/python3.7/site-packages/wxbanker/menubar.py to menubar.cpython-37.pyc byte-compiling /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/lib/python3.7/site-packages/wxbanker/accountconfigdialog.py to accountconfigdialog.cpython-37.pyc byte-compiling /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/lib/python3.7/site-packages/wxbanker/bankexceptions.py to bankexceptions.cpython-37.pyc byte-compiling /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/lib/python3.7/site-packages/wxbanker/mintwrapper.py to mintwrapper.cpython-37.pyc File "/usr/lib/python3.7/site-packages/wxbanker/mintwrapper.py", line 36 print "Account '%s' already exists...skipping." % accountName ^ SyntaxError: Missing parentheses in call to 'print'. Did you mean print("Account '%s' already exists...skipping." % accountName)?

byte-compiling /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/lib/python3.7/site-packages/wxbanker/localization.py to localization.cpython-37.pyc byte-compiling /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/lib/python3.7/site-packages/wxbanker/init.py to init.cpython-37.pyc byte-compiling /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/lib/python3.7/site-packages/wxbanker/templater.py to templater.cpython-37.pyc File "/usr/lib/python3.7/site-packages/wxbanker/templater.py", line 36 print "Failed to compile: %s" % failed or None ^ SyntaxError: Missing parentheses in call to 'print'. Did you mean print("Failed to compile: %s" % failed or None)?

byte-compiling /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/lib/python3.7/site-packages/wxbanker/tagtransactiondialog.py to tagtransactiondialog.cpython-37.pyc byte-compiling /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/lib/python3.7/site-packages/wxbanker/cairoplot/init.py to init.cpython-37.pyc byte-compiling /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/lib/python3.7/site-packages/wxbanker/cairoplot/cairoplot.py to cairoplot.cpython-37.pyc File "/usr/lib/python3.7/site-packages/wxbanker/cairoplot/cairoplot.py", line 59 raise Exception, "Theme not defined" ^ SyntaxError: invalid syntax

byte-compiling /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/lib/python3.7/site-packages/wxbanker/cairoplot/setup.py to setup.cpython-37.pyc byte-compiling /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/lib/python3.7/site-packages/wxbanker/cairoplot/tests.py to tests.cpython-37.pyc byte-compiling /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/lib/python3.7/site-packages/wxbanker/cairoplot/series.py to series.cpython-37.pyc File "/usr/lib/python3.7/site-packages/wxbanker/cairoplot/series.py", line 160 raise TypeError, "Data (as list/tuple) must have 2 or 3 items" ^ SyntaxError: invalid syntax

byte-compiling /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/lib/python3.7/site-packages/wxbanker/cairoplot/seriestests.py to seriestests.cpython-37.pyc File "/usr/lib/python3.7/site-packages/wxbanker/cairoplot/seriestests.py", line 9 print 'Plotting nonrandom data' ^ SyntaxError: Missing parentheses in call to 'print'. Did you mean print('Plotting nonrandom data')?

byte-compiling /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/lib/python3.7/site-packages/wxbanker/mint/kring.py to kring.cpython-37.pyc byte-compiling /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/lib/python3.7/site-packages/wxbanker/mint/web.py to web.cpython-37.pyc byte-compiling /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/lib/python3.7/site-packages/wxbanker/mint/init.py to init.cpython-37.pyc byte-compiling /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/lib/python3.7/site-packages/wxbanker/mint/api.py to api.cpython-37.pyc File "/usr/lib/python3.7/site-packages/wxbanker/mint/api.py", line 92 print account, accounts[account] ^ SyntaxError: Missing parentheses in call to 'print'. Did you mean print(account, accounts[account])?

byte-compiling /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/lib/python3.7/site-packages/wxbanker/csvimportframe.py to csvimportframe.cpython-37.pyc File "/usr/lib/python3.7/site-packages/wxbanker/csvimportframe.py", line 251 except UnicodeDecodeError,e: ^ SyntaxError: invalid syntax

byte-compiling /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/lib/python3.7/site-packages/wxbanker/helpers.py to helpers.cpython-37.pyc File "/usr/lib/python3.7/site-packages/wxbanker/helpers.py", line 33 def exit(self, *args): print time.time() - self.start ^ SyntaxError: invalid syntax

byte-compiling /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/lib/python3.7/site-packages/wxbanker/messagepanel.py to messagepanel.cpython-37.pyc byte-compiling /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/lib/python3.7/site-packages/wxbanker/persistentstore.py to persistentstore.cpython-37.pyc Sorry: TabError: inconsistent use of tabs and spaces in indentation (persistentstore.py, line 464) byte-compiling /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/lib/python3.7/site-packages/wxbanker/csvimporter.py to csvimporter.cpython-37.pyc File "/usr/lib/python3.7/site-packages/wxbanker/csvimporter.py", line 150 except Exception, e: ^ SyntaxError: invalid syntax

byte-compiling /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/lib/python3.7/site-packages/wxbanker/accountlistctrl.py to accountlistctrl.cpython-37.pyc File "/usr/lib/python3.7/site-packages/wxbanker/accountlistctrl.py", line 216 raise IndexError, "No element at index %i"%index ^ SyntaxError: invalid syntax

byte-compiling /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/lib/python3.7/site-packages/wxbanker/controller.py to controller.cpython-37.pyc byte-compiling /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/lib/python3.7/site-packages/wxbanker/fileservice.py to fileservice.cpython-37.pyc byte-compiling /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/lib/python3.7/site-packages/wxbanker/ObjectListView/ObjectListView.py to ObjectListView.cpython-37.pyc byte-compiling /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/lib/python3.7/site-packages/wxbanker/ObjectListView/OLVPrinter.py to OLVPrinter.cpython-37.pyc File "/usr/lib/python3.7/site-packages/wxbanker/ObjectListView/OLVPrinter.py", line 62 print "HasPage(%d)" % page ^ SyntaxError: invalid syntax

byte-compiling /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/lib/python3.7/site-packages/wxbanker/ObjectListView/OLVEvent.py to OLVEvent.cpython-37.pyc byte-compiling /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/lib/python3.7/site-packages/wxbanker/ObjectListView/ListCtrlPrinter.py to ListCtrlPrinter.cpython-37.pyc byte-compiling /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/lib/python3.7/site-packages/wxbanker/ObjectListView/CellEditor.py to CellEditor.cpython-37.pyc byte-compiling /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/lib/python3.7/site-packages/wxbanker/ObjectListView/WordWrapRenderer.py to WordWrapRenderer.cpython-37.pyc byte-compiling /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/lib/python3.7/site-packages/wxbanker/ObjectListView/init.py to init.cpython-37.pyc byte-compiling /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/lib/python3.7/site-packages/wxbanker/ObjectListView/Filter.py to Filter.cpython-37.pyc byte-compiling /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/lib/python3.7/site-packages/wxbanker/transactionctrl.py to transactionctrl.cpython-37.pyc byte-compiling /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/lib/python3.7/site-packages/wxbanker/transactionolv.py to transactionolv.cpython-37.pyc byte-compiling /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/lib/python3.7/site-packages/wxbanker/managetab.py to managetab.cpython-37.pyc byte-compiling /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/lib/python3.7/site-packages/wxbanker/searchctrl.py to searchctrl.cpython-37.pyc byte-compiling /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/lib/python3.7/site-packages/wxbanker/bankcontrols.py to bankcontrols.cpython-37.pyc File "/usr/lib/python3.7/site-packages/wxbanker/bankcontrols.py", line 74 print "Unable to bind to dateCtrl's text field, that's odd! Please file a bug: https://bugs.launchpad.net/wxbanker/+filebug" ^ SyntaxError: Missing parentheses in call to 'print'. Did you mean print("Unable to bind to dateCtrl's text field, that's odd! Please file a bug: https://bugs.launchpad.net/wxbanker/+filebug")?

byte-compiling /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/lib/python3.7/site-packages/wxbanker/brandedframe.py to brandedframe.cpython-37.pyc byte-compiling /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/lib/python3.7/site-packages/wxbanker/newtransactionctrl.py to newtransactionctrl.cpython-37.pyc byte-compiling /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/lib/python3.7/site-packages/wxbanker/lib/init.py to init.cpython-37.pyc byte-compiling /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/lib/python3.7/site-packages/wxbanker/lib/mint/init.py to init.cpython-37.pyc byte-compiling /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/lib/python3.7/site-packages/wxbanker/lib/mint/api.py to api.cpython-37.pyc byte-compiling /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/lib/python3.7/site-packages/wxbanker/lib/pubsub/pubsub1/utils.py to utils.cpython-37.pyc byte-compiling /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/lib/python3.7/site-packages/wxbanker/lib/pubsub/pubsub1/init.py to init.cpython-37.pyc byte-compiling /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/lib/python3.7/site-packages/wxbanker/lib/pubsub/pubsub1/sphinx.py to sphinx.cpython-37.pyc byte-compiling /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/lib/python3.7/site-packages/wxbanker/lib/pubsub/pubsub1/pub.py to pub.cpython-37.pyc File "/usr/lib/python3.7/site-packages/wxbanker/lib/pubsub/pubsub1/pub.py", line 168 raise TypeError, 'Not allowed to tuple-ize a list' ^ SyntaxError: invalid syntax

byte-compiling /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/lib/python3.7/site-packages/wxbanker/lib/pubsub/setupv1.py to setupv1.cpython-37.pyc byte-compiling /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/lib/python3.7/site-packages/wxbanker/lib/pubsub/setuparg1.py to setuparg1.cpython-37.pyc byte-compiling /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/lib/python3.7/site-packages/wxbanker/lib/pubsub/pubsubconf.py to pubsubconf.cpython-37.pyc byte-compiling /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/lib/python3.7/site-packages/wxbanker/lib/pubsub/core/notificationmgr.py to notificationmgr.cpython-37.pyc byte-compiling /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/lib/python3.7/site-packages/wxbanker/lib/pubsub/core/treeconfig.py to treeconfig.cpython-37.pyc byte-compiling /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/lib/python3.7/site-packages/wxbanker/lib/pubsub/core/topicmgr.py to topicmgr.cpython-37.pyc byte-compiling /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/lib/python3.7/site-packages/wxbanker/lib/pubsub/core/weakmethod.py to weakmethod.cpython-37.pyc byte-compiling /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/lib/python3.7/site-packages/wxbanker/lib/pubsub/core/policies.py to policies.cpython-37.pyc byte-compiling /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/lib/python3.7/site-packages/wxbanker/lib/pubsub/core/topictreetraverser.py to topictreetraverser.cpython-37.pyc byte-compiling /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/lib/python3.7/site-packages/wxbanker/lib/pubsub/core/init.py to init.cpython-37.pyc byte-compiling /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/lib/python3.7/site-packages/wxbanker/lib/pubsub/core/imp2.py to imp2.cpython-37.pyc byte-compiling /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/lib/python3.7/site-packages/wxbanker/lib/pubsub/core/topicexc.py to topicexc.cpython-37.pyc byte-compiling /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/lib/python3.7/site-packages/wxbanker/lib/pubsub/core/listener.py to listener.cpython-37.pyc byte-compiling /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/lib/python3.7/site-packages/wxbanker/lib/pubsub/core/kwargs/publisher.py to publisher.cpython-37.pyc byte-compiling /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/lib/python3.7/site-packages/wxbanker/lib/pubsub/core/kwargs/topicmgrimpl.py to topicmgrimpl.cpython-37.pyc byte-compiling /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/lib/python3.7/site-packages/wxbanker/lib/pubsub/core/kwargs/listenerimpl.py to listenerimpl.cpython-37.pyc byte-compiling /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/lib/python3.7/site-packages/wxbanker/lib/pubsub/core/kwargs/topicargspecimpl.py to topicargspecimpl.cpython-37.pyc byte-compiling /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/lib/python3.7/site-packages/wxbanker/lib/pubsub/core/kwargs/init.py to init.cpython-37.pyc byte-compiling /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/lib/python3.7/site-packages/wxbanker/lib/pubsub/core/kwargs/publishermixin.py to publishermixin.cpython-37.pyc byte-compiling /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/lib/python3.7/site-packages/wxbanker/lib/pubsub/core/arg1/publisher.py to publisher.cpython-37.pyc byte-compiling /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/lib/python3.7/site-packages/wxbanker/lib/pubsub/core/arg1/topicmgrimpl.py to topicmgrimpl.cpython-37.pyc byte-compiling /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/lib/python3.7/site-packages/wxbanker/lib/pubsub/core/arg1/listenerimpl.py to listenerimpl.cpython-37.pyc File "/usr/lib/python3.7/site-packages/wxbanker/lib/pubsub/core/arg1/listenerimpl.py", line 26 return '[Topic: '+self.topic+', Data: '+self.data+']' ^ SyntaxError: invalid syntax

byte-compiling /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/lib/python3.7/site-packages/wxbanker/lib/pubsub/core/arg1/topicargspecimpl.py to topicargspecimpl.cpython-37.pyc byte-compiling /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/lib/python3.7/site-packages/wxbanker/lib/pubsub/core/arg1/init.py to init.cpython-37.pyc byte-compiling /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/lib/python3.7/site-packages/wxbanker/lib/pubsub/core/arg1/publishermixin.py to publishermixin.cpython-37.pyc byte-compiling /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/lib/python3.7/site-packages/wxbanker/lib/pubsub/core/callables.py to callables.cpython-37.pyc File "/usr/lib/python3.7/site-packages/wxbanker/lib/pubsub/core/callables.py", line 183 except ValueError, exc: ^ SyntaxError: invalid syntax

byte-compiling /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/lib/python3.7/site-packages/wxbanker/lib/pubsub/core/topicutils.py to topicutils.cpython-37.pyc File "/usr/lib/python3.7/site-packages/wxbanker/lib/pubsub/core/topicutils.py", line 96 except Exception, exc: ^ SyntaxError: invalid syntax

byte-compiling /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/lib/python3.7/site-packages/wxbanker/lib/pubsub/core/datamsg.py to datamsg.cpython-37.pyc File "/usr/lib/python3.7/site-packages/wxbanker/lib/pubsub/core/datamsg.py", line 27 return '[Topic: '+self.topic+', Data: '+self.data+']' ^ SyntaxError: invalid syntax

byte-compiling /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/lib/python3.7/site-packages/wxbanker/lib/pubsub/core/topicobj.py to topicobj.cpython-37.pyc File "/usr/lib/python3.7/site-packages/wxbanker/lib/pubsub/core/topicobj.py", line 113 except ListenerSpecInvalid, exc: ^ SyntaxError: invalid syntax

byte-compiling /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/lib/python3.7/site-packages/wxbanker/lib/pubsub/core/validatedefnargs.py to validatedefnargs.cpython-37.pyc byte-compiling /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/lib/python3.7/site-packages/wxbanker/lib/pubsub/core/notificationmgr_old.py to notificationmgr_old.cpython-37.pyc byte-compiling /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/lib/python3.7/site-packages/wxbanker/lib/pubsub/core/listenerbase.py to listenerbase.cpython-37.pyc byte-compiling /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/lib/python3.7/site-packages/wxbanker/lib/pubsub/core/topicargspec.py to topicargspec.cpython-37.pyc byte-compiling /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/lib/python3.7/site-packages/wxbanker/lib/pubsub/core/topicdefnprovider.py to topicdefnprovider.cpython-37.pyc File "/usr/lib/python3.7/site-packages/wxbanker/lib/pubsub/core/topicdefnprovider.py", line 479 argVal = argVal[:lenAV] + '...' ^ SyntaxError: invalid syntax

byte-compiling /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/lib/python3.7/site-packages/wxbanker/lib/pubsub/core/publisherbase.py to publisherbase.cpython-37.pyc byte-compiling /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/lib/python3.7/site-packages/wxbanker/lib/pubsub/pubsub2/utils.py to utils.cpython-37.pyc byte-compiling /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/lib/python3.7/site-packages/wxbanker/lib/pubsub/pubsub2/pub.py to pub.cpython-37.pyc byte-compiling /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/lib/python3.7/site-packages/wxbanker/lib/pubsub/init.py to init.cpython-37.pyc byte-compiling /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/lib/python3.7/site-packages/wxbanker/lib/pubsub/setupkwargs.py to setupkwargs.cpython-37.pyc byte-compiling /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/lib/python3.7/site-packages/wxbanker/lib/pubsub/autosetuppubsubv1.py to autosetuppubsubv1.cpython-37.pyc byte-compiling /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/lib/python3.7/site-packages/wxbanker/lib/pubsub/pub.py to pub.cpython-37.pyc byte-compiling /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/lib/python3.7/site-packages/wxbanker/lib/pubsub/setupv2.py to setupv2.cpython-37.pyc byte-compiling /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/lib/python3.7/site-packages/wxbanker/lib/pubsub/utils/globalsettings.py to globalsettings.cpython-37.pyc byte-compiling /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/lib/python3.7/site-packages/wxbanker/lib/pubsub/utils/topictreevisitor.py to topictreevisitor.cpython-37.pyc byte-compiling /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/lib/python3.7/site-packages/wxbanker/lib/pubsub/utils/exchandling.py to exchandling.cpython-37.pyc byte-compiling /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/lib/python3.7/site-packages/wxbanker/lib/pubsub/utils/intraimport.py to intraimport.cpython-37.pyc byte-compiling /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/lib/python3.7/site-packages/wxbanker/lib/pubsub/utils/misc.py to misc.cpython-37.pyc File "/usr/lib/python3.7/site-packages/wxbanker/lib/pubsub/utils/misc.py", line 19 print '\n'.join(ll) ^ SyntaxError: invalid syntax

byte-compiling /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/lib/python3.7/site-packages/wxbanker/lib/pubsub/utils/notification.py to notification.cpython-37.pyc byte-compiling /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/lib/python3.7/site-packages/wxbanker/lib/pubsub/utils/init.py to init.cpython-37.pyc byte-compiling /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/lib/python3.7/site-packages/wxbanker/lib/pubsub/utils/topictreeprinter.py to topictreeprinter.cpython-37.pyc byte-compiling /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/lib/python3.7/site-packages/wxbanker/compileart.py to compileart.cpython-37.pyc File "/usr/lib/python3.7/site-packages/wxbanker/compileart.py", line 115 print 'Ignoring %s' % file ^ SyntaxError: Missing parentheses in call to 'print'. Did you mean print('Ignoring %s' % file)?

byte-compiling /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/lib/python3.7/site-packages/wxbanker/bankobjects/tag.py to tag.cpython-37.pyc byte-compiling /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/lib/python3.7/site-packages/wxbanker/bankobjects/bankmodel.py to bankmodel.cpython-37.pyc File "/usr/lib/python3.7/site-packages/wxbanker/bankobjects/bankmodel.py", line 229 print "Model: %s" % self.Balance ^ SyntaxError: Missing parentheses in call to 'print'. Did you mean print("Model: %s" % self.Balance)?

byte-compiling /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/lib/python3.7/site-packages/wxbanker/bankobjects/ormobject.py to ormobject.cpython-37.pyc byte-compiling /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/lib/python3.7/site-packages/wxbanker/bankobjects/init.py to init.cpython-37.pyc byte-compiling /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/lib/python3.7/site-packages/wxbanker/bankobjects/accountlist.py to accountlist.cpython-37.pyc byte-compiling /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/lib/python3.7/site-packages/wxbanker/bankobjects/account.py to account.cpython-37.pyc byte-compiling /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/lib/python3.7/site-packages/wxbanker/bankobjects/recurringtransaction.py to recurringtransaction.cpython-37.pyc byte-compiling /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/lib/python3.7/site-packages/wxbanker/bankobjects/transaction.py to transaction.cpython-37.pyc byte-compiling /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/lib/python3.7/site-packages/wxbanker/bankobjects/transactionlist.py to transactionlist.cpython-37.pyc byte-compiling /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/lib/python3.7/site-packages/wxbanker/debug.py to debug.cpython-37.pyc File "/usr/lib/python3.7/site-packages/wxbanker/debug.py", line 26 print a, ^ SyntaxError: Missing parentheses in call to 'print'. Did you mean print(a, end=" ")?

byte-compiling /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/lib/python3.7/site-packages/wxbanker/currencies.py to currencies.cpython-37.pyc File "/usr/lib/python3.7/site-packages/wxbanker/currencies.py", line 43 print currency_class ^ SyntaxError: Missing parentheses in call to 'print'. Did you mean print(currency_class)?

byte-compiling /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/lib/python3.7/site-packages/wxbanker/currconvert.py to currconvert.cpython-37.pyc byte-compiling /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/lib/python3.7/site-packages/wxbanker/tests/storetests.py to storetests.cpython-37.pyc byte-compiling /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/lib/python3.7/site-packages/wxbanker/tests/alltests.py to alltests.cpython-37.pyc File "/usr/lib/python3.7/site-packages/wxbanker/tests/alltests.py", line 40 print "Incomplete tests: %i!" % incomplete ^ SyntaxError: Missing parentheses in call to 'print'. Did you mean print("Incomplete tests: %i!" % incomplete)?

byte-compiling /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/lib/python3.7/site-packages/wxbanker/tests/analyzertests.py to analyzertests.cpython-37.pyc byte-compiling /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/lib/python3.7/site-packages/wxbanker/tests/csvexportertests.py to csvexportertests.cpython-37.pyc byte-compiling /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/lib/python3.7/site-packages/wxbanker/tests/xmlrunner.py to xmlrunner.cpython-37.pyc File "/usr/lib/python3.7/site-packages/wxbanker/tests/xmlrunner.py", line 316 print "Test" ^ SyntaxError: Missing parentheses in call to 'print'. Did you mean print("Test")?

byte-compiling /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/lib/python3.7/site-packages/wxbanker/tests/testbase.py to testbase.cpython-37.pyc File "/usr/lib/python3.7/site-packages/wxbanker/tests/testbase.py", line 47 print "WARNING: Unknown locale mappings for your system: '%s'. Unable to run locale-specific tests." % sys.platform ^ SyntaxError: Missing parentheses in call to 'print'. Did you mean print("WARNING: Unknown locale mappings for your system: '%s'. Unable to run locale-specific tests." % sys.platform)?

byte-compiling /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/lib/python3.7/site-packages/wxbanker/tests/init.py to init.cpython-37.pyc byte-compiling /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/lib/python3.7/site-packages/wxbanker/tests/modelequalitytests.py to modelequalitytests.cpython-37.pyc byte-compiling /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/lib/python3.7/site-packages/wxbanker/tests/csvimportertests.py to csvimportertests.cpython-37.pyc byte-compiling /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/lib/python3.7/site-packages/wxbanker/tests/currencytests.py to currencytests.cpython-37.pyc byte-compiling /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/lib/python3.7/site-packages/wxbanker/tests/modeltests.py to modeltests.cpython-37.pyc byte-compiling /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/lib/python3.7/site-packages/wxbanker/tests/summarytests.py to summarytests.cpython-37.pyc byte-compiling /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/lib/python3.7/site-packages/wxbanker/tests/dbupgradetests.py to dbupgradetests.cpython-37.pyc byte-compiling /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/lib/python3.7/site-packages/wxbanker/tests/tagtests.py to tagtests.cpython-37.pyc byte-compiling /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/lib/python3.7/site-packages/wxbanker/tests/currconverttests.py to currconverttests.cpython-37.pyc byte-compiling /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/lib/python3.7/site-packages/wxbanker/tests/recurringtests.py to recurringtests.cpython-37.pyc byte-compiling /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/lib/python3.7/site-packages/wxbanker/tests/localetests.py to localetests.cpython-37.pyc byte-compiling /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/lib/python3.7/site-packages/wxbanker/tests/modeldisktests.py to modeldisktests.cpython-37.pyc byte-compiling /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/lib/python3.7/site-packages/wxbanker/tests/guitests.py to guitests.cpython-37.pyc byte-compiling /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/lib/python3.7/site-packages/wxbanker/art/embeddedimage.py to embeddedimage.cpython-37.pyc byte-compiling /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/lib/python3.7/site-packages/wxbanker/art/silk.py to silk.cpython-37.pyc byte-compiling /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/lib/python3.7/site-packages/wxbanker/art/transparent.py to transparent.cpython-37.pyc byte-compiling /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/lib/python3.7/site-packages/wxbanker/art/init.py to init.cpython-37.pyc writing byte-compilation script '/tmp/tmp8sgc43tk.py' /usr/bin/python3 /tmp/tmp8sgc43tk.py File "/usr/lib/python3.7/site-packages/wxbanker/plots/plotfactory.py", line 32 except PlotLibraryImportException, exc: ^ SyntaxError: invalid syntax

File "/usr/lib/python3.7/site-packages/wxbanker/smoothsizer.py", line 293 print tuple(space), pixels, tuple(space) > tuple(pixels) ^ SyntaxError: invalid syntax

File "/usr/lib/python3.7/site-packages/wxbanker/main.py", line 97 print message, lines ^ SyntaxError: Missing parentheses in call to 'print'. Did you mean print(message, lines)?

File "/usr/lib/python3.7/site-packages/wxbanker/mintwrapper.py", line 36 print "Account '%s' already exists...skipping." % accountName ^ SyntaxError: Missing parentheses in call to 'print'. Did you mean print("Account '%s' already exists...skipping." % accountName)?

File "/usr/lib/python3.7/site-packages/wxbanker/templater.py", line 36 print "Failed to compile: %s" % failed or None ^ SyntaxError: Missing parentheses in call to 'print'. Did you mean print("Failed to compile: %s" % failed or None)?

File "/usr/lib/python3.7/site-packages/wxbanker/cairoplot/cairoplot.py", line 59 raise Exception, "Theme not defined" ^ SyntaxError: invalid syntax

File "/usr/lib/python3.7/site-packages/wxbanker/cairoplot/series.py", line 160 raise TypeError, "Data (as list/tuple) must have 2 or 3 items" ^ SyntaxError: invalid syntax

File "/usr/lib/python3.7/site-packages/wxbanker/cairoplot/seriestests.py", line 9 print 'Plotting nonrandom data' ^ SyntaxError: Missing parentheses in call to 'print'. Did you mean print('Plotting nonrandom data')?

File "/usr/lib/python3.7/site-packages/wxbanker/mint/api.py", line 92 print account, accounts[account] ^ SyntaxError: Missing parentheses in call to 'print'. Did you mean print(account, accounts[account])?

File "/usr/lib/python3.7/site-packages/wxbanker/csvimportframe.py", line 251 except UnicodeDecodeError,e: ^ SyntaxError: invalid syntax

File "/usr/lib/python3.7/site-packages/wxbanker/helpers.py", line 33 def exit(self, *args): print time.time() - self.start ^ SyntaxError: invalid syntax

Sorry: TabError: inconsistent use of tabs and spaces in indentation (persistentstore.py, line 464) File "/usr/lib/python3.7/site-packages/wxbanker/csvimporter.py", line 150 except Exception, e: ^ SyntaxError: invalid syntax

File "/usr/lib/python3.7/site-packages/wxbanker/accountlistctrl.py", line 216 raise IndexError, "No element at index %i"%index ^ SyntaxError: invalid syntax

File "/usr/lib/python3.7/site-packages/wxbanker/ObjectListView/OLVPrinter.py", line 62 print "HasPage(%d)" % page ^ SyntaxError: invalid syntax

File "/usr/lib/python3.7/site-packages/wxbanker/bankcontrols.py", line 74 print "Unable to bind to dateCtrl's text field, that's odd! Please file a bug: https://bugs.launchpad.net/wxbanker/+filebug" ^ SyntaxError: Missing parentheses in call to 'print'. Did you mean print("Unable to bind to dateCtrl's text field, that's odd! Please file a bug: https://bugs.launchpad.net/wxbanker/+filebug")?

File "/usr/lib/python3.7/site-packages/wxbanker/lib/pubsub/pubsub1/pub.py", line 168 raise TypeError, 'Not allowed to tuple-ize a list' ^ SyntaxError: invalid syntax

File "/usr/lib/python3.7/site-packages/wxbanker/lib/pubsub/core/arg1/listenerimpl.py", line 26 return '[Topic: '+self.topic+', Data: '+self.data+']' ^ SyntaxError: invalid syntax

File "/usr/lib/python3.7/site-packages/wxbanker/lib/pubsub/core/callables.py", line 183 except ValueError, exc: ^ SyntaxError: invalid syntax

File "/usr/lib/python3.7/site-packages/wxbanker/lib/pubsub/core/topicutils.py", line 96 except Exception, exc: ^ SyntaxError: invalid syntax

File "/usr/lib/python3.7/site-packages/wxbanker/lib/pubsub/core/datamsg.py", line 27 return '[Topic: '+self.topic+', Data: '+self.data+']' ^ SyntaxError: invalid syntax

File "/usr/lib/python3.7/site-packages/wxbanker/lib/pubsub/core/topicobj.py", line 113 except ListenerSpecInvalid, exc: ^ SyntaxError: invalid syntax

File "/usr/lib/python3.7/site-packages/wxbanker/lib/pubsub/core/topicdefnprovider.py", line 479 argVal = argVal[:lenAV] + '...' ^ SyntaxError: invalid syntax

File "/usr/lib/python3.7/site-packages/wxbanker/lib/pubsub/utils/misc.py", line 19 print '\n'.join(ll) ^ SyntaxError: invalid syntax

File "/usr/lib/python3.7/site-packages/wxbanker/compileart.py", line 115 print 'Ignoring %s' % file ^ SyntaxError: Missing parentheses in call to 'print'. Did you mean print('Ignoring %s' % file)?

File "/usr/lib/python3.7/site-packages/wxbanker/bankobjects/bankmodel.py", line 229 print "Model: %s" % self.Balance ^ SyntaxError: Missing parentheses in call to 'print'. Did you mean print("Model: %s" % self.Balance)?

File "/usr/lib/python3.7/site-packages/wxbanker/debug.py", line 26 print a, ^ SyntaxError: Missing parentheses in call to 'print'. Did you mean print(a, end=" ")?

File "/usr/lib/python3.7/site-packages/wxbanker/currencies.py", line 43 print currency_class ^ SyntaxError: Missing parentheses in call to 'print'. Did you mean print(currency_class)?

File "/usr/lib/python3.7/site-packages/wxbanker/tests/alltests.py", line 40 print "Incomplete tests: %i!" % incomplete ^ SyntaxError: Missing parentheses in call to 'print'. Did you mean print("Incomplete tests: %i!" % incomplete)?

File "/usr/lib/python3.7/site-packages/wxbanker/tests/xmlrunner.py", line 316 print "Test" ^ SyntaxError: Missing parentheses in call to 'print'. Did you mean print("Test")?

File "/usr/lib/python3.7/site-packages/wxbanker/tests/testbase.py", line 47 print "WARNING: Unknown locale mappings for your system: '%s'. Unable to run locale-specific tests." % sys.platform ^ SyntaxError: Missing parentheses in call to 'print'. Did you mean print("WARNING: Unknown locale mappings for your system: '%s'. Unable to run locale-specific tests." % sys.platform)?

removing /tmp/tmp8sgc43tk.py running install_scripts creating /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/bin copying build/scripts-3.7/wxbanker -> /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/bin changing mode of /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/bin/wxbanker to 755 running install_data creating /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/share creating /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/share/applications copying bin/wxbanker.desktop -> /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/share/applications creating /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/share/icons creating /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/share/icons/hicolor creating /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/share/icons/hicolor/16x16 creating /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/share/icons/hicolor/16x16/apps copying images/16/wxbanker.png -> /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/share/icons/hicolor/16x16/apps creating /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/share/icons/hicolor/24x24 creating /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/share/icons/hicolor/24x24/apps copying images/24/wxbanker.png -> /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/share/icons/hicolor/24x24/apps creating /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/share/icons/hicolor/32x32 creating /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/share/icons/hicolor/32x32/apps copying images/32/wxbanker.png -> /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/share/icons/hicolor/32x32/apps creating /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/share/icons/hicolor/48x48 creating /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/share/icons/hicolor/48x48/apps copying images/48/wxbanker.png -> /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/share/icons/hicolor/48x48/apps creating /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/share/icons/hicolor/256x256 creating /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/share/icons/hicolor/256x256/apps copying images/256/wxbanker.png -> /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/share/icons/hicolor/256x256/apps creating /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/share/pixmaps copying images/48/wxbanker.png -> /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/share/pixmaps creating /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/share/wxbanker copying pip_requirements.txt -> /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/share/wxbanker copying COPYING.txt -> /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/share/wxbanker copying UPGRADING.txt -> /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/share/wxbanker copying CHANGELOG.txt -> /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/share/wxbanker copying BUGS_OSX.txt -> /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/share/wxbanker copying wxbanker/data/exchanges.xml -> /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/share/wxbanker copying wxbanker/data/pstats_viewer.py -> /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/share/wxbanker creating /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/share/wxbanker/fixtures copying wxbanker/data/fixtures/bank-0.7-605591-orphaned.db -> /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/share/wxbanker/fixtures copying wxbanker/data/fixtures/bank-0.6-broken.db -> /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/share/wxbanker/fixtures copying wxbanker/data/fixtures/bank-0.4-broken.db -> /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/share/wxbanker/fixtures copying wxbanker/data/fixtures/bank-example.db -> /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/share/wxbanker/fixtures copying wxbanker/data/fixtures/Sparkasse.csv -> /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/share/wxbanker/fixtures copying wxbanker/data/fixtures/mint.csv -> /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/share/wxbanker/fixtures copying wxbanker/data/fixtures/comdirect.csv -> /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/share/wxbanker/fixtures copying wxbanker/data/fixtures/bank-0.7-605591.db -> /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/share/wxbanker/fixtures copying wxbanker/data/fixtures/bank-0.4.db -> /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/share/wxbanker/fixtures copying wxbanker/data/fixtures/bank-0.5.db -> /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/share/wxbanker/fixtures creating /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/share/locale creating /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/share/locale/el creating /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/share/locale/el/LC_MESSAGES copying locale/el/LC_MESSAGES/wxbanker.mo -> /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/share/locale/el/LC_MESSAGES creating /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/share/locale/ar creating /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/share/locale/ar/LC_MESSAGES copying locale/ar/LC_MESSAGES/wxbanker.mo -> /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/share/locale/ar/LC_MESSAGES creating /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/share/locale/ro creating /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/share/locale/ro/LC_MESSAGES copying locale/ro/LC_MESSAGES/wxbanker.mo -> /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/share/locale/ro/LC_MESSAGES creating /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/share/locale/et creating /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/share/locale/et/LC_MESSAGES copying locale/et/LC_MESSAGES/wxbanker.mo -> /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/share/locale/et/LC_MESSAGES creating /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/share/locale/sr creating /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/share/locale/sr/LC_MESSAGES copying locale/sr/LC_MESSAGES/wxbanker.mo -> /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/share/locale/sr/LC_MESSAGES creating /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/share/locale/en_GB creating /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/share/locale/en_GB/LC_MESSAGES copying locale/en_GB/LC_MESSAGES/wxbanker.mo -> /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/share/locale/en_GB/LC_MESSAGES creating /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/share/locale/da creating /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/share/locale/da/LC_MESSAGES copying locale/da/LC_MESSAGES/wxbanker.mo -> /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/share/locale/da/LC_MESSAGES creating /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/share/locale/pt creating /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/share/locale/pt/LC_MESSAGES copying locale/pt/LC_MESSAGES/wxbanker.mo -> /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/share/locale/pt/LC_MESSAGES creating /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/share/locale/fr creating /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/share/locale/fr/LC_MESSAGES copying locale/fr/LC_MESSAGES/wxbanker.mo -> /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/share/locale/fr/LC_MESSAGES creating /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/share/locale/sk creating /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/share/locale/sk/LC_MESSAGES copying locale/sk/LC_MESSAGES/wxbanker.mo -> /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/share/locale/sk/LC_MESSAGES creating /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/share/locale/it creating /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/share/locale/it/LC_MESSAGES copying locale/it/LC_MESSAGES/wxbanker.mo -> /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/share/locale/it/LC_MESSAGES creating /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/share/locale/hu creating /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/share/locale/hu/LC_MESSAGES copying locale/hu/LC_MESSAGES/wxbanker.mo -> /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/share/locale/hu/LC_MESSAGES creating /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/share/locale/sl creating /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/share/locale/sl/LC_MESSAGES copying locale/sl/LC_MESSAGES/wxbanker.mo -> /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/share/locale/sl/LC_MESSAGES creating /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/share/locale/nb creating /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/share/locale/nb/LC_MESSAGES copying locale/nb/LC_MESSAGES/wxbanker.mo -> /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/share/locale/nb/LC_MESSAGES creating /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/share/locale/nds creating /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/share/locale/nds/LC_MESSAGES copying locale/nds/LC_MESSAGES/wxbanker.mo -> /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/share/locale/nds/LC_MESSAGES creating /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/share/locale/uk creating /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/share/locale/uk/LC_MESSAGES copying locale/uk/LC_MESSAGES/wxbanker.mo -> /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/share/locale/uk/LC_MESSAGES creating /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/share/locale/fi creating /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/share/locale/fi/LC_MESSAGES copying locale/fi/LC_MESSAGES/wxbanker.mo -> /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/share/locale/fi/LC_MESSAGES creating /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/share/locale/pt_BR creating /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/share/locale/pt_BR/LC_MESSAGES copying locale/pt_BR/LC_MESSAGES/wxbanker.mo -> /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/share/locale/pt_BR/LC_MESSAGES creating /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/share/locale/ru creating /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/share/locale/ru/LC_MESSAGES copying locale/ru/LC_MESSAGES/wxbanker.mo -> /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/share/locale/ru/LC_MESSAGES creating /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/share/locale/pl creating /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/share/locale/pl/LC_MESSAGES copying locale/pl/LC_MESSAGES/wxbanker.mo -> /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/share/locale/pl/LC_MESSAGES creating /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/share/locale/es creating /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/share/locale/es/LC_MESSAGES copying locale/es/LC_MESSAGES/wxbanker.mo -> /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/share/locale/es/LC_MESSAGES creating /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/share/locale/ca creating /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/share/locale/ca/LC_MESSAGES copying locale/ca/LC_MESSAGES/wxbanker.mo -> /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/share/locale/ca/LC_MESSAGES creating /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/share/locale/zh_CN creating /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/share/locale/zh_CN/LC_MESSAGES copying locale/zh_CN/LC_MESSAGES/wxbanker.mo -> /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/share/locale/zh_CN/LC_MESSAGES creating /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/share/locale/sv creating /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/share/locale/sv/LC_MESSAGES copying locale/sv/LC_MESSAGES/wxbanker.mo -> /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/share/locale/sv/LC_MESSAGES creating /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/share/locale/hr creating /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/share/locale/hr/LC_MESSAGES copying locale/hr/LC_MESSAGES/wxbanker.mo -> /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/share/locale/hr/LC_MESSAGES creating /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/share/locale/hi creating /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/share/locale/hi/LC_MESSAGES copying locale/hi/LC_MESSAGES/wxbanker.mo -> /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/share/locale/hi/LC_MESSAGES creating /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/share/locale/zh_TW creating /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/share/locale/zh_TW/LC_MESSAGES copying locale/zh_TW/LC_MESSAGES/wxbanker.mo -> /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/share/locale/zh_TW/LC_MESSAGES creating /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/share/locale/tr creating /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/share/locale/tr/LC_MESSAGES copying locale/tr/LC_MESSAGES/wxbanker.mo -> /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/share/locale/tr/LC_MESSAGES creating /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/share/locale/nl creating /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/share/locale/nl/LC_MESSAGES copying locale/nl/LC_MESSAGES/wxbanker.mo -> /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/share/locale/nl/LC_MESSAGES creating /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/share/locale/ko creating /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/share/locale/ko/LC_MESSAGES copying locale/ko/LC_MESSAGES/wxbanker.mo -> /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/share/locale/ko/LC_MESSAGES creating /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/share/locale/he creating /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/share/locale/he/LC_MESSAGES copying locale/he/LC_MESSAGES/wxbanker.mo -> /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/share/locale/he/LC_MESSAGES creating /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/share/locale/cs creating /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/share/locale/cs/LC_MESSAGES copying locale/cs/LC_MESSAGES/wxbanker.mo -> /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/share/locale/cs/LC_MESSAGES creating /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/share/locale/vi creating /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/share/locale/vi/LC_MESSAGES copying locale/vi/LC_MESSAGES/wxbanker.mo -> /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/share/locale/vi/LC_MESSAGES creating /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/share/locale/fa creating /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/share/locale/fa/LC_MESSAGES copying locale/fa/LC_MESSAGES/wxbanker.mo -> /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/share/locale/fa/LC_MESSAGES creating /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/share/locale/bg creating /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/share/locale/bg/LC_MESSAGES copying locale/bg/LC_MESSAGES/wxbanker.mo -> /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/share/locale/bg/LC_MESSAGES creating /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/share/locale/oc creating /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/share/locale/oc/LC_MESSAGES copying locale/oc/LC_MESSAGES/wxbanker.mo -> /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/share/locale/oc/LC_MESSAGES creating /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/share/locale/de creating /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/share/locale/de/LC_MESSAGES copying locale/de/LC_MESSAGES/wxbanker.mo -> /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/share/locale/de/LC_MESSAGES creating /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/share/locale/bs creating /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/share/locale/bs/LC_MESSAGES copying locale/bs/LC_MESSAGES/wxbanker.mo -> /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/share/locale/bs/LC_MESSAGES running install_egg_info Writing /home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/lib/python3.7/site-packages/wxBanker-1.0.0-py3.7.egg-info

*** Error compiling '/home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/lib/python3.7/site-packages/wxbanker/accountlistctrl.py'... File "/usr/lib/python3.7/accountlistctrl.py", line 216 raise IndexError, "No element at index %i"%index ^ SyntaxError: invalid syntax

*** Error compiling '/home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/lib/python3.7/site-packages/wxbanker/bankcontrols.py'... File "/usr/lib/python3.7/bankcontrols.py", line 74 print "Unable to bind to dateCtrl's text field, that's odd! Please file a bug: https://bugs.launchpad.net/wxbanker/+filebug" ^ SyntaxError: Missing parentheses in call to 'print'. Did you mean print("Unable to bind to dateCtrl's text field, that's odd! Please file a bug: https://bugs.launchpad.net/wxbanker/+filebug")?

*** Error compiling '/home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/lib/python3.7/site-packages/wxbanker/bankobjects/bankmodel.py'... File "/usr/lib/python3.7/bankmodel.py", line 229 print "Model: %s" % self.Balance ^ SyntaxError: Missing parentheses in call to 'print'. Did you mean print("Model: %s" % self.Balance)?

*** Error compiling '/home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/lib/python3.7/site-packages/wxbanker/cairoplot/cairoplot.py'... File "/usr/lib/python3.7/cairoplot.py", line 59 raise Exception, "Theme not defined" ^ SyntaxError: invalid syntax

*** Error compiling '/home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/lib/python3.7/site-packages/wxbanker/cairoplot/series.py'... File "/usr/lib/python3.7/series.py", line 160 raise TypeError, "Data (as list/tuple) must have 2 or 3 items" ^ SyntaxError: invalid syntax

*** Error compiling '/home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/lib/python3.7/site-packages/wxbanker/cairoplot/seriestests.py'... File "/usr/lib/python3.7/seriestests.py", line 9 print 'Plotting nonrandom data' ^ SyntaxError: Missing parentheses in call to 'print'. Did you mean print('Plotting nonrandom data')?

*** Error compiling '/home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/lib/python3.7/site-packages/wxbanker/compileart.py'... File "/usr/lib/python3.7/compileart.py", line 115 print 'Ignoring %s' % file ^ SyntaxError: Missing parentheses in call to 'print'. Did you mean print('Ignoring %s' % file)?

*** Error compiling '/home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/lib/python3.7/site-packages/wxbanker/csvimporter.py'... File "/usr/lib/python3.7/csvimporter.py", line 150 except Exception, e: ^ SyntaxError: invalid syntax

*** Error compiling '/home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/lib/python3.7/site-packages/wxbanker/csvimportframe.py'... File "/usr/lib/python3.7/csvimportframe.py", line 251 except UnicodeDecodeError,e: ^ SyntaxError: invalid syntax

*** Error compiling '/home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/lib/python3.7/site-packages/wxbanker/currencies.py'... File "/usr/lib/python3.7/currencies.py", line 43 print currency_class ^ SyntaxError: Missing parentheses in call to 'print'. Did you mean print(currency_class)?

*** Error compiling '/home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/lib/python3.7/site-packages/wxbanker/debug.py'... File "/usr/lib/python3.7/debug.py", line 26 print a, ^ SyntaxError: Missing parentheses in call to 'print'. Did you mean print(a, end=" ")?

** Error compiling '/home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/lib/python3.7/site-packages/wxbanker/helpers.py'... File "/usr/lib/python3.7/helpers.py", line 33 def exit(self, args): print time.time() - self.start ^ SyntaxError: invalid syntax

*** Error compiling '/home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/lib/python3.7/site-packages/wxbanker/lib/pubsub/core/arg1/listenerimpl.py'... File "/usr/lib/python3.7/listenerimpl.py", line 26 return '[Topic: '+self.topic+', Data: '+self.data+']' ^ SyntaxError: invalid syntax

*** Error compiling '/home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/lib/python3.7/site-packages/wxbanker/lib/pubsub/core/callables.py'... File "/usr/lib/python3.7/callables.py", line 183 except ValueError, exc: ^ SyntaxError: invalid syntax

*** Error compiling '/home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/lib/python3.7/site-packages/wxbanker/lib/pubsub/core/datamsg.py'... File "/usr/lib/python3.7/datamsg.py", line 27 return '[Topic: '+self.topic+', Data: '+self.data+']' ^ SyntaxError: invalid syntax

*** Error compiling '/home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/lib/python3.7/site-packages/wxbanker/lib/pubsub/core/topicdefnprovider.py'... File "/usr/lib/python3.7/topicdefnprovider.py", line 479 argVal = argVal[:lenAV] + '...' ^ SyntaxError: invalid syntax

*** Error compiling '/home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/lib/python3.7/site-packages/wxbanker/lib/pubsub/core/topicobj.py'... File "/usr/lib/python3.7/topicobj.py", line 113 except ListenerSpecInvalid, exc: ^ SyntaxError: invalid syntax

*** Error compiling '/home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/lib/python3.7/site-packages/wxbanker/lib/pubsub/core/topicutils.py'... File "/usr/lib/python3.7/topicutils.py", line 96 except Exception, exc: ^ SyntaxError: invalid syntax

*** Error compiling '/home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/lib/python3.7/site-packages/wxbanker/lib/pubsub/pubsub1/pub.py'... File "/usr/lib/python3.7/pub.py", line 168 raise TypeError, 'Not allowed to tuple-ize a list' ^ SyntaxError: invalid syntax

*** Error compiling '/home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/lib/python3.7/site-packages/wxbanker/lib/pubsub/utils/misc.py'... File "/usr/lib/python3.7/misc.py", line 19 print '\n'.join(ll) ^ SyntaxError: invalid syntax

*** Error compiling '/home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/lib/python3.7/site-packages/wxbanker/main.py'... File "/usr/lib/python3.7/main.py", line 97 print message, lines ^ SyntaxError: Missing parentheses in call to 'print'. Did you mean print(message, lines)?

*** Error compiling '/home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/lib/python3.7/site-packages/wxbanker/mint/api.py'... File "/usr/lib/python3.7/api.py", line 92 print account, accounts[account] ^ SyntaxError: Missing parentheses in call to 'print'. Did you mean print(account, accounts[account])?

*** Error compiling '/home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/lib/python3.7/site-packages/wxbanker/mintwrapper.py'... File "/usr/lib/python3.7/mintwrapper.py", line 36 print "Account '%s' already exists...skipping." % accountName ^ SyntaxError: Missing parentheses in call to 'print'. Did you mean print("Account '%s' already exists...skipping." % accountName)?

Error compiling '/home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/lib/python3.7/site-packages/wxbanker/persistentstore.py'... Sorry: TabError: inconsistent use of tabs and spaces in indentation (persistentstore.py, line 464) Error compiling '/home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/lib/python3.7/site-packages/wxbanker/plots/plotfactory.py'... File "/usr/lib/python3.7/plotfactory.py", line 32 except PlotLibraryImportException, exc: ^ SyntaxError: invalid syntax

*** Error compiling '/home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/lib/python3.7/site-packages/wxbanker/smoothsizer.py'... File "/usr/lib/python3.7/smoothsizer.py", line 293 print tuple(space), pixels, tuple(space) > tuple(pixels) ^ SyntaxError: invalid syntax

*** Error compiling '/home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/lib/python3.7/site-packages/wxbanker/templater.py'... File "/usr/lib/python3.7/templater.py", line 36 print "Failed to compile: %s" % failed or None ^ SyntaxError: Missing parentheses in call to 'print'. Did you mean print("Failed to compile: %s" % failed or None)?

*** Error compiling '/home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/lib/python3.7/site-packages/wxbanker/tests/alltests.py'... File "/usr/lib/python3.7/alltests.py", line 40 print "Incomplete tests: %i!" % incomplete ^ SyntaxError: Missing parentheses in call to 'print'. Did you mean print("Incomplete tests: %i!" % incomplete)?

*** Error compiling '/home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/lib/python3.7/site-packages/wxbanker/tests/testbase.py'... File "/usr/lib/python3.7/testbase.py", line 47 print "WARNING: Unknown locale mappings for your system: '%s'. Unable to run locale-specific tests." % sys.platform ^ SyntaxError: Missing parentheses in call to 'print'. Did you mean print("WARNING: Unknown locale mappings for your system: '%s'. Unable to run locale-specific tests." % sys.platform)?

*** Error compiling '/home/filiperosset/rpmbuild/BUILDROOT/wxbanker-1.0.0-1.fc31.x86_64/usr/lib/python3.7/site-packages/wxbanker/tests/xmlrunner.py'... File "/usr/lib/python3.7/xmlrunner.py", line 316 print "Test" ^ SyntaxError: Missing parentheses in call to 'print'. Did you mean print("Test")?

erro: Status de saída de /var/tmp/rpm-tmp.DrfBWw inválido (%install)

Erros na construção do RPM: Status de saída de /var/tmp/rpm-tmp.DrfBWw inválido (%install) [filiperosset@raw SOURCES]$

achix commented 4 years ago

as it seems only option is to continue using the python2 packages, e.g. by adding to /etc/apt/sources.list : deb http://cz.archive.ubuntu.com/ubuntu eoan main universe and then install wxbanker by hand (git clone, setup.py ) then one has to manually move the old db to its new location , just find the old and new dbs and move them around, now it is supposed to be located under .wxbanker