Τη Πέμπτη, 7 Μαρτίου 2013 4:50:34 μ.μ. UTC+2, ο χρήστης Νίκος Γκρ33κ έγραψε: > os.system( 'python metrites.py > htmltemp' )
That is wrong now i realize, it takes htmltemp as the filename where what i
need is to take it htmltemp's varibales value.
Switching back to:
os.system( 'python metrites.py > %s' ) % htmltemp
f = open( htmltemp )
htmldata = f.read()
but still donse see what iam doing wrong.....
--
http://mail.python.org/mailman/listinfo/python-list
