Can I import mechanize and BeautifulSoup into my python cgi script
My python cgi script requires mechanize and BeautifulSoup, but I get internal server 500 errors when I try to import those modules into my script. How can I import those modules into my python script?