test code
#!/usr/bin/python
import os
import sys
import mechanize
import cookielib
# Browser
br = mechanize.Browser()
cookies = mechanize.MozillaCookieJar()
cookies.load("cookies.txt")
mechanize._clientcookie.LoadError:/cookies.txt does not look like a Netscape
format cookies file
--
You received this message because you are subscribed to the Google
Groups "Firebug" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
https://groups.google.com/forum/#!forum/firebug