> We resolved the pathlib issues to an older Python 3.4 installation. We're > likely moving to min 3.5 soon too, which will further resolve the issues. > > Please don't use pathlib2, just pathlib from Python's library (we chatted > about this already, just re-iterating it for the benefit of everyone). > > In some earlier or other code, I saw "import pathlib", please just make sure > you stick to the "from pathlib import Path" form (I do see the correct form in > here though). > > There are some comments. Please take a look.
Thanks, I'm still working on it and have plenty still to do! -- https://code.launchpad.net/~phill-ridout/openlp/pathlib/+merge/326416 Your team OpenLP Core is subscribed to branch lp:openlp. _______________________________________________ Mailing list: https://launchpad.net/~openlp-core Post to : [email protected] Unsubscribe : https://launchpad.net/~openlp-core More help : https://help.launchpad.net/ListHelp

