how to run BeautifulSoup in Jython

2006-02-04 Thread ye juan
Hi, Anyone tries to use BeautifulSoup ( http://www.crummy.com/software/BeautifulSoup/ ) in Jython? I can not run that ,the error that Jython gives me is: unpack sequence too long. Sincerely, Erica __ 赶快注册雅虎超大容量免费邮箱? http://cn.mail.yahoo.com --

load module named "datetime" and change the directory of output file?

2006-02-01 Thread ye juan
Hi, all I have some questions to ask: 1. How can I add a standard module named "datetime" in Jython when the error happens :"Traceback (innermost last): File "C:\python\test.py", line 3, in ? ImportError: no module named datetime " The line 3 is writen: "from datetime import datetime, tzinfo