An error when i switched from python v2.6.6 => v3.2.3

Chris Angelico rosuav at gmail.com
Thu Mar 7 09:17:28 EST 2013


On Fri, Mar 8, 2013 at 1:13 AM, Νίκος Γκρ33κ <nikos.gr33k at 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



More information about the Python-list mailing list