On Fri, Mar 8, 2013 at 1:13 AM, Νίκος Γκρ33κ <nikos.gr...@gmail.com> wrote:
> I made some progress!!! Now the htmldata's value its not -1 but 256!!!
>
> look the error after trying this:
> htmldata = os.system("python metrites.py > '/data/private/htmltemp'")

Go check the docs for os.system() and understand why 'htmldata' is the
wrong name for its return value.

ChrisA
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to