Hello folks,

With what do i need to replace:
-----------
print ( "Query Error: ", sys.exc_info()[1].excepinfo()[2] )
---------

and

----------
date = date.strftime('%A, %e %b %Y').decode('cp1253').encode('utf8')
----------
in Python3? because in 2.6 used to work but they dont in Pytho 3

thank you.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to