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
--
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