On 4/12/19 8:22 AM, Richard Shaw wrote:
I took the converted source RPM and updated it to be more Fedora compliant and translated the dependencies to the right Fedora names, BUT...
It doesn't seem to support Python 3 so it will probably not work with Fedora 30+...
https://hobbes1069.fedorapeople.org/wxbanker-1.0.0-1.fc29.noarch.rpm https://hobbes1069.fedorapeople.org/wxbanker-1.0.0-1.fc29.src.rpm
It also properly builds it as a noarch RPM since it's pure python based.
Thanks, Richard
Bummer!
$ wxbanker
Traceback (most recent call last): File "/usr/bin/wxbanker", line 2, in <module> from wxbanker.main import main File "/usr/lib/python2.7/site-packages/wxbanker/main.py", line 40, in <module> from wxbanker import managetab File "/usr/lib/python2.7/site-packages/wxbanker/managetab.py", line 21, in <module> from wxbanker import searchctrl, accountlistctrl, transactionctrl File "/usr/lib/python2.7/site-packages/wxbanker/accountlistctrl.py", line 20, in <module> from wxbanker import bankcontrols, bankexceptions, accountconfigdialog, localization File "/usr/lib/python2.7/site-packages/wxbanker/accountconfigdialog.py", line 21, in <module> from wxbanker.transactionctrl import TransactionCtrl File "/usr/lib/python2.7/site-packages/wxbanker/transactionctrl.py", line 24, in <module> from wxbanker.bankobjects.recurringtransaction import RecurringTransaction File "/usr/lib/python2.7/site-packages/wxbanker/bankobjects/recurringtransaction.py", line 23, in <module> from dateutil import rrule ImportError: No module named dateutil