Τη Πέμπτη, 7 Μαρτίου 2013 5:33:10 μ.μ. UTC+2, ο χρήστης Chris Angelico έγραψε:

> You can figure it out, but it will take some effort. I will not
> 
> enlighten you further. The documentation is all there; the answers are
> 
> available.

I found it! I have placed 'htmltemp' within the os.system() call. Otherwise, 
os.system() returns a return value (int) which python then tries to concatenate 
with htmltemp (string).

os.system( 'python metrites.py > %s' % htmltemp )

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

Reply via email to