--- Day changed Thu May 31 2018 04:52 < waxwing> trotski2000, i didn't answer this one because i haven't used the non-segwit for a long while. traffic is "bursty" on segwit, sometimes like 5 a day for a while, sometimes there's not much going on. but as you know it depends on many factors. 05:50 -!- qubenix [~qubenix@89.238.178.75] has joined #joinmarket 06:45 < trotski2000> thanks! 06:45 < trotski2000> I'm having some problems to run joinmarket 06:45 < trotski2000> I updated ubuntu to 18.04 and I think my python installation broke 06:45 < trotski2000> I'm getting errors when I try to run joinmarket-qt.py 07:51 < waxwing> trotski2000, sorry was afk, hmm, what happens if you just try to run wallet-tool on the command line? 07:51 < waxwing> also, are you in the jmvenv that was created? 07:52 < waxwing> also, may be a good idea to say what errors (although that might not be obvious in -qt, depending on details, hence command line is better here) 08:32 -!- luke-jr [~luke-jr@unaffiliated/luke-jr] has quit [Ping timeout: 256 seconds] 08:35 -!- viasil [~viasil@185.217.171.21] has quit [Ping timeout: 256 seconds] 08:37 < trotski2000> https://www.irccloud.com/pastebin/saw1Aq05/ 08:37 < trotski2000> File "joinmarket-qt.py", line 30, in 08:37 < trotski2000> from PyQt4 import QtCore 08:37 < trotski2000> ImportError: No module named PyQt4 08:37 < trotski2000> yep, im in the jmvenv 08:38 < trotski2000> when I try to reinstall the jmvenv I get this: ./install.sh: /usr/local/bin/virtualenv: /usr/local/opt/python/bin/python2.7: bad interpreter: No such file or directory 08:38 < trotski2000> Joinmarket virtualenv could not be setup. Exiting. 08:38 < waxwing> right, you need 2.7 unfortunately :( hmm on 18.04 maybe that's an issue? i started installing it last month but got sidetracked) 08:39 < waxwing> also with the PyQt4 thing, there's instructions how to manually import it into the virtualenv (yes i know that's awful, arubi has worked on sticking it in the install script though) 08:40 < waxwing> the manual instructions are on the README at https://github.com/JoinMarket-Org/joinmarket-clientserver/#joinmarket-qt 08:40 < waxwing> hmm, so you tried to *reinstall* the virtualenv. why did you do that? 08:41 < waxwing> so did it install correctly the first time? i'm guessing you don't know. 08:41 < trotski2000> because with the old virtualenv i was getting the "No module named PyQt4" error and I thought that reinstalling I could fix it 08:42 < waxwing> trotski2000, did you use latest master, or release? 08:43 < waxwing> if the former, arubi included PyQt4 install automatically in the install.sh script. did you use that script? 08:43 < trotski2000> release 08:43 < waxwing> ah ok 08:43 < waxwing> so that part is clear enough. what exactly did you do to "reinstall the jmvenv"? 08:43 < arubi> hello 08:43 < trotski2000> just run ./install.sh 08:43 -!- viasil [~viasil@185.217.171.21] has joined #joinmarket 08:43 < waxwing> if you still have the original it should probably be fine. just follow those manual instructions. 08:43 < waxwing> ah. so you reran that script. 08:43 < trotski2000> and said "yes" to the option to reinstall jmvenv 08:44 < waxwing> gotcha. well that's interesting that you got that python2.7 thing. hmm. 08:44 < trotski2000> yep - by copying a backup folder of jmvenv I'd be ok? 08:44 < waxwing> arubi, thoughts? 08:44 < arubi> ubuntu bionic? does it even come with python2 by default? 08:44 < arubi> run `which python2` 08:45 < trotski2000> arubi: to be honest I just rolled back the virtual machine to 17.04 08:45 < trotski2000> and at the same time I'm struggling with my macos host 08:46 -!- luke-jr [~luke-jr@unaffiliated/luke-jr] has joined #joinmarket 08:46 < arubi> so right now you're on xenial? what does `which python2` say? 08:46 < trotski2000> usr/bin/python2 08:47 < arubi> wait 17.04 is not xenial 08:47 < arubi> is 17.04 even supported still? 08:48 < arubi> it is but only maintenance 08:48 < arubi> oh wait, 17.04?? 08:48 < trotski2000> yes 08:48 < trotski2000> I know... 08:48 < arubi> was that a thing? 08:49 < waxwing> istr 17.10 but not sure 08:49 < arubi> yea 17.10 makes sense 08:50 < arubi> right so trotski2000 when you do `source jmvenv/bin/activate` , what does `ls -l $(which python2)` say ? 08:50 < trotski2000> 17.04 = zesty 08:50 < trotski2000> on zesty it is working - it is not working on macos 08:50 < arubi> ohh 08:51 < arubi> well, if you thought about copying the directories over, the jmvenv won't work. 08:51 < arubi> also zesty is EOL since january... 08:54 < trotski2000> yeah, i know about zesty being EOPL 08:54 < trotski2000> but unfortunately it is the last Ubuntu version I have in which JM is working flawlessly 08:54 < arubi> it should be working fine on bionic 08:55 < trotski2000> I will install bionic soon and try to install it there, ok? 08:55 < arubi> yep. are you planning on using the jm-qt script? 08:55 < trotski2000> yes 08:56 < arubi> ok, you'll need the "python-qt4" and "python-sip" packages. then after you do `source jmvenv/bin/activate` , you can run : 08:56 < arubi> `ln -s -t "${VIRTUAL_ENV}/lib/python2.7/site-packages/" $( dpkg-query -L python-sip | grep -m1 "sip.*.so" ) $(dpkg-query -L python-qt4 | grep -m1 "/PyQt4$")` 08:57 < arubi> that should symlink the required files. make sure `python2` is installed. not sure if it comes installed by default so you may have to install it too 08:57 < arubi> (do that before everything else) 08:59 < trotski2000> arubi: will that work also on OSX? 08:59 < arubi> unfortunately not 09:00 < trotski2000> because on osx I cloned the master, and I get the "ImportError: No module named PyQt4" error 09:00 < arubi> but only when you tried running joinmarket-qt.py right? 09:00 < trotski2000> arubi: ye 09:00 < trotski2000> yep 09:01 < arubi> right, you'll need to brew install some stuff and make the symlinks yourself. I don't have access to osx now so can't include it in the install script 09:01 < arubi> it == the command to do it for you 09:01 < trotski2000> ok, I understand 09:02 < arubi> if you're planning on installing master on bionic, and have the python-{qt4,pip} dependencies installed, it should do the symlinks for you so you don't have to run the command I gave you. only use it if you're going to run release 09:02 < trotski2000> will install bionic beaver and try to re-install joinmarket from scratch 09:03 < trotski2000> will run master if you recommend it 09:03 < arubi> waxwing will know for sure 09:03 < waxwing> what's that? should you use master? 09:03 < waxwing> yeah i would 09:03 < waxwing> there's nothing in the latest commits that's dangerous or unstable, just a couple of useful improvements 09:04 < waxwing> in particular, the latest master includes arubi's commit to include the PyQt4 installation within the install script, so it would be interesting to see if that worked using ./install.sh from master 09:04 < waxwing> but i defer to arubi in terms of recommendations on what to do you in your particular case 09:05 < arubi> yea better use install.sh . it will ask you to install Qt dependencies if you don't have them already and take care of symlinking 09:06 < arubi> ask you *if* it should install them that is. just answer 'y' 09:08 < trotski2000> ok 09:08 < trotski2000> will install bionic beaver and install everything from scratch 09:08 < arubi> sweet 09:14 < Sentineo> \o/ 09:14 < arubi> :) 09:34 -!- lnostdal [~lnostdal@77.70.119.51] has quit [Ping timeout: 268 seconds] 11:10 -!- lnostdal [~lnostdal@77.70.119.51] has joined #joinmarket 11:14 -!- lnostdal [~lnostdal@77.70.119.51] has quit [Remote host closed the connection] 11:16 -!- lnostdal [~lnostdal@77.70.119.51] has joined #joinmarket 13:08 -!- grubles [~grubles@unaffiliated/grubles] has quit [Ping timeout: 240 seconds] 13:42 -!- luke-jr [~luke-jr@unaffiliated/luke-jr] has quit [Excess Flood] 13:42 -!- luke-jr [~luke-jr@unaffiliated/luke-jr] has joined #joinmarket 13:47 -!- luke-jr [~luke-jr@unaffiliated/luke-jr] has quit [Excess Flood] 13:47 -!- luke-jr [~luke-jr@unaffiliated/luke-jr] has joined #joinmarket 15:47 -!- tls [adefe66b@gateway/web/freenode/ip.173.239.230.107] has joined #joinmarket 16:10 -!- tls [adefe66b@gateway/web/freenode/ip.173.239.230.107] has quit [Quit: Page closed] 20:29 -!- AgoraRelay_ [~jmrelayfn@p5DE4A6B3.dip0.t-ipconnect.de] has joined #joinmarket 20:30 -!- AgoraRelay [~jmrelayfn@p5DE4A574.dip0.t-ipconnect.de] has quit [Ping timeout: 248 seconds] 20:38 -!- qubenix [~qubenix@89.238.178.75] has quit [Quit: qubenix] 21:53 -!- luke-jr [~luke-jr@unaffiliated/luke-jr] has joined #joinmarket 22:16 -!- walala [53dff33d@gateway/web/freenode/ip.83.223.243.61] has joined #joinmarket