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

Νίκος Γκρ33κ nikos.gr33k at gmail.com
Thu Mar 7 15:04:42 EST 2013


Τη Πέμπτη, 7 Μαρτίου 2013 9:36:33 μ.μ. UTC+2, ο χρήστης Joel Goldstick έγραψε:

>  So, I see you fixed the problem.  How?

Apart from appearing ugly its not causing any more trouble(other than some issues that i have fixed), so i will just d:

        os.system( 'python %s > %s' % (htmlpage, temp) )
        f = open( temp )
        htmldata = f.read()
        htmldata = htmldata.replace( 'Content-type: text/html; charset=utf-8', '' )



More information about the Python-list mailing list