Im running into another issue, result = popen(u'whois -h whois.cymru.com " -v -f %s"' % IP).read() should give the whois results however I am getting a zero size response when run from the web, however when ran from term it works fine......
Someone end these headaches. On Sun, Sep 1, 2013 at 2:26 PM, John <[email protected]> wrote: > The file was actually 775, but it was the parent directory issues that was > causing the problems > > > > On Sun, Sep 1, 2013 at 1:47 PM, Marc A. Pelletier <[email protected]>wrote: > >> On 09/01/2013 01:34 PM, Marc A. Pelletier wrote: >> > Most frameworks will refuse to run code that has 777 permissions for >> > obvious security reasons >> >> (As a further note on the same topic, the same holds true for the >> directories containing and leading to the files; world write would allow >> anyone to replace their contents and so they are equally forbidden for >> the same reason). >> >> -- Marc >> >> >> _______________________________________________ >> Labs-l mailing list >> [email protected] >> https://lists.wikimedia.org/mailman/listinfo/labs-l >> > >
_______________________________________________ Labs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/labs-l
