--- Day changed Tue Dec 11 2018 00:03 -!- Cory [~Cory@unaffiliated/cory] has quit [Ping timeout: 268 seconds] 00:09 -!- Pasha [~Cory@unaffiliated/cory] has joined #joinmarket 00:12 -!- Pasha is now known as Cory 01:37 -!- user_ [~user@46.243.206.133] has joined #joinmarket 01:40 -!- v_unimportant_pe [~user@46.243.206.131] has quit [Ping timeout: 250 seconds] 02:58 -!- belcher [~belcher@unaffiliated/belcher] has quit [Ping timeout: 252 seconds] 03:03 -!- belcher [~belcher@unaffiliated/belcher] has joined #joinmarket 05:04 -!- belcher_ [~user@unaffiliated/belcher] has quit [Ping timeout: 240 seconds] 05:04 -!- belcher_ [~user@unaffiliated/belcher] has joined #joinmarket 05:13 < waxwing> i can't make sense of this: 05:13 < waxwing> Traceback (most recent call last): 05:13 < waxwing> File "joinmarket-qt.py", line 166, in mouseReleaseEvent 05:13 < waxwing> QMessageBox.information(w, self.wtitle, self.help_text, 'OK') 05:13 < waxwing> TypeError: 'PySide2.QtWidgets.QMessageBox.information' called with wrong argument types: 05:13 < waxwing> PySide2.QtWidgets.QMessageBox.information(JMMainWindow, str, str, str) 05:13 < waxwing> Supported signatures: 05:13 < waxwing> PySide2.QtWidgets.QMessageBox.information(PySide2.QtWidgets.QWidget, unicode, unicode, PySide2.QtWidgets.QMessageBox.StandardButtons = QMessageBox.Ok, PySide2.QtWidgets.QMessageBox.StandardButton = NoButton) 05:13 < waxwing> PySide2.QtWidgets.QMessageBox.information(PySide2.QtWidgets.QWidget, unicode, unicode, PySide2.QtWidgets.QMessageBox.StandardButton, PySide2.QtWidgets.QMessageBox.StandardButton = NoButton) 05:13 < waxwing> this is running on Python3 05:14 < waxwing> why is it asking for unicode parameters in Python3? wouldn't str be right for that? 05:17 < waxwing> ah, i see i've overcomplicated it, just need to remove the last argument from the func call. i think. 05:17 -!- belcher_ [~user@unaffiliated/belcher] has quit [Ping timeout: 244 seconds] 05:45 -!- belcher_ [~user@unaffiliated/belcher] has joined #joinmarket 06:49 -!- user_ [~user@46.243.206.133] has quit [Ping timeout: 240 seconds] 09:22 -!- belcher_ [~user@unaffiliated/belcher] has quit [Ping timeout: 240 seconds] 09:23 -!- belcher_ [~user@unaffiliated/belcher] has joined #joinmarket 11:07 -!- d3spwn [~Jimmy@a83-161-157-200.adsl.xs4all.nl] has quit [Remote host closed the connection] 12:00 < waxwing> any thoughts about correct installation method as discussed here would be appreciated https://github.com/JoinMarket-Org/joinmarket-clientserver/pull/248#issuecomment-446245015 12:03 < arubi> pip can be told to install something from github 12:04 < arubi> I'm wondering if it can be told to install a specific commit hash, or if not, if it's worth to clone to repo to jmorg and put this hash as "master" 12:04 < arubi> not really master, just the HEAD hash 12:06 < waxwing> arubi, yes i did seriously consider the latter, it'd be easier at least, and it could be temporary if they make a new release of qt5reactor 12:07 < waxwing> rn i'm not seeing much of a problem with that idea. would it be easy to add optionally to installation then arubi ? 12:07 < arubi> yea probably. I can look into it on.. you guessed it, the weekend 12:09 < waxwing> sounds good. i'll merge this soon-ish, but the changes to docs and (if appropriate) to install scripts can come a little after. would like to have it before the release though, it'd be messy to update this after a release. 12:11 < arubi> mhm, understandable. really I have faith in github's url handling, that it should be pretty easy to make pip install from a specific hash. worst case you clone the repo to jmorg and we use that 12:12 < waxwing> oh; i just didn't know that pip could be made to do that. but i get your point, use a specific url. never thought of it. 12:12 < arubi> yep, as long as the '.git' part is available through somethng like 'github.com//tree//.git' 12:18 < waxwing> https://stackoverflow.com/questions/13685920/install-specific-git-commit-with-pip 12:19 < arubi> hah, sweet 12:19 < waxwing> i'll try it shortly; if so we can instruct them to do it in two `pip` lines; albeit, later it'd be good to add it to the installation script as an option 12:20 < arubi> agreed 12:20 < waxwing> one thing i want to investigate at some point is, i think ofek does builds for windows or something? maybe we can get an easier build for windows if so 12:21 < waxwing> even if coincurve is good though, libsodium may remain a pain point. not sure. 12:21 < arubi> yea I was thinking about trying out appveyor for windows builds, but didn't yet read up on how windows installs work 12:22 < arubi> core uses appveyor in their github for windows builds, but it tends to error a lot. maybe it'll be more stable with jm that has somewhat less complicated build than core 13:11 -!- luke-jr [~luke-jr@unaffiliated/luke-jr] has quit [Ping timeout: 250 seconds] 13:23 -!- luke-jr [~luke-jr@unaffiliated/luke-jr] has joined #joinmarket 17:48 -!- AgoraRelay [~jmrelayfn@p5DE4AAFA.dip0.t-ipconnect.de] has quit [Ping timeout: 268 seconds] 17:56 -!- v_unimportant_pe [~user@185.244.215.51] has joined #joinmarket 18:01 -!- AgoraRelay [~jmrelayfn@p5DE4AB71.dip0.t-ipconnect.de] has joined #joinmarket 20:15 -!- Cory [~Cory@unaffiliated/cory] has quit [Ping timeout: 246 seconds] 20:22 -!- Cory [~Cory@unaffiliated/cory] has joined #joinmarket 23:42 -!- d3spwn [~Jimmy@a83-161-157-200.adsl.xs4all.nl] has joined #joinmarket