From mboxrd@z Thu Jan 1 00:00:00 1970 From: erik quanstrom Date: Thu, 3 Apr 2014 21:15:13 -0400 To: 9fans@9fans.net Message-ID: In-Reply-To: References: <5332c061.924ab40a.15cc.55a2@mx.google.com> <20140402071913.72076a71@zinc.9fans.fr> <2968a2c260ea9a1c5c75c91ec9f1ea84@brasstown.quanstro.net> <20140403075006.0ab35e51@zinc.9fans.fr> <4e95272faa3b0b38eec77c00bc56bc2d@brasstown.quanstro.net> MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Subject: Re: [9fans] Python/Mercurial error Topicbox-Message-UUID: d6429f7a-ead8-11e9-9d60-3106f5b1d025 On Thu Apr 3 21:11:07 EDT 2014, vu3rdd@gmail.com wrote: > On Thu, Apr 3, 2014 at 11:53 PM, David du Colombier <0intro@gmail.com> = wrote: > >> i hope this isn't begging the obvious, but with huge > >> masses of code, i find it helpful to hunt down the initial > >> error message and start adding debugging code. > > > > I think it's more a matter of spare time and reproducibility =E2=98=BA= . >=20 > I could help reproduce the problem and debug it this weekend, if > someone can handhold a bit. I don't know next to nothing about > debugging on a plan9 system but would like to learn. I will try to > read up and see where the error is reported from. i think this is a matter of debugging hg's python, not plan 9. so the plan 9 you need to know is the system python libs are in /sys/lib/python2.7. :-) - erik