Re: help for the python challenged: python setup.py develop failing

2013-04-30 Thread Chris Cleeland
On Tue, Apr 30, 2013 at 2:24 PM, James Abbatiello abb...@gmail.com wrote: On Tue, Apr 23, 2013 at 6:23 PM, Chris Cleeland chris.cleel...@gmail.comwrote: For some reason that didn't apply cleanly using patch, but I applied it manually. It definitely sped things up, and the results are the

Re: help for the python challenged: python setup.py develop failing

2013-04-30 Thread James Abbatiello
On Tue, Apr 30, 2013 at 3:46 PM, Chris Cleeland chris.cleel...@gmail.comwrote: By any chance, did the bug have a symptom where the extents for indirect calls weren't showing up? Yes, I believe so. The first pass where it gets the list of matching files was working properly so it would know

Re: help for the python challenged: python setup.py develop failing

2013-04-30 Thread Chris Cleeland
On Tue, Apr 30, 2013 at 2:57 PM, James Abbatiello abb...@gmail.com wrote: And if you had a file with only indirect calls then it would show up in the list but with no hits appearing below it. This is consistent with what I was seeing. I was so happy to get any results at all, though, I

Re: help for the python challenged: python setup.py develop failing

2013-04-23 Thread James Abbatiello
Does this patch help? And produce the correct results? diff --git a/dxr/query.py b/dxr/query.py index 3f1fcd5..fb00953 100644 --- a/dxr/query.py +++ b/dxr/query.py @@ -838,26 +838,21 @@ filters = [ ExistsLikeFilter( param = callers, filter_sql= SELECT 1 -

Re: help for the python challenged: python setup.py develop failing

2013-04-19 Thread Erik Rose
Doing the pip first worked, though I had to lengthen the timeout delay. This machine sits behind a firewall that actually downloads everything on your behalf first, then scans it for viruses/issues, then returns it to you if it passes all checks. Ooo, fancy-pants. :-) Rebuild worked

Re: help for the python challenged: python setup.py develop failing

2013-04-19 Thread Erik Rose
To be clear, the only thing I need to do is run dxr-serve.py, e.g., $ dxr-serve.py ?? dxr-serve.py target (where target is the folder spat out by dxr-build) All the commands have good help now: you can just pass them --help. ___

Re: help for the python challenged: python setup.py develop failing

2013-04-19 Thread Erik Rose
Tried this and it worked. callers:someFunc took, according to the returned web page Query executed in 225.399s That's a long time. How can I help you figure out which index (or indices) are missing? If I remember correctly, that query used to have an obnoxious number of outer and

Re: help for the python challenged: python setup.py develop failing

2013-04-18 Thread Erik Rose
I am not an idiot, but assume that for anything related to python I am ignorant but read well. I love this sentence and might use it in the future. :-) So, I get to the point of doing python setup.py develop, and it chugs along, then stops trying to download Flask. Specifically, I get the