# ==================================================
# produce a hash based on html page's filepath and convert it to an integet, 
that will be uses to identify the page itself.
# ==================================================

pin = int( hashlib.md5( htmlpage ) )


I just tried that but it produced an error.
What am i doing wrong?
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to