Re: [Tutor] PDF Scrapping

2015-11-25 Thread shawn wilson
On Nov 25, 2015 12:44 PM, "Francois Dion" wrote: > > if you > have any choice at all, avoid PDF at all cost to get data. > Agreed and IIRC all of that data should be in xml somewhere (look for their rpc pages). Probably start by searching for similar table names (and Google dorking their site fo

[Tutor] subprocess not returning

2014-04-22 Thread shawn wilson
This works when I have a class for ldd and nothing else, but when I run it like this: https://gist.github.com/ag4ve/11171201 I don't get any of the libraries and I can't figure out where it's failing. ['fattr', [['/testroot', 0, 0, 777], ['/bin/dash']]] HERE1 [/testroot] HERE2 [/bin/dash] ['ldd',

Re: [Tutor] subprocess not returning

2014-04-22 Thread shawn wilson
On Tue, Apr 22, 2014 at 3:10 PM, Alan Gauld wrote: > We have no clue what you are doing. You say "this works" > but we can't see what 'this' is. Is the code on the > pastebin link the working or the broken version? > Per what is expected output (which I forgot to provide - sorry about that). Sho