Message8492

Author zyasoft
Recipients samkramer, zyasoft
Date 2014-05-21.22:58:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1400713081.17.0.184971477195.issue2072@psf.upfronthosting.co.za>
In-reply-to
Content
So I installed feedparser by cloning the repo, then running Sam's code:

$ jython27 test_fp.py
Traceback (most recent call last):
  File "test_fp.py", line 1, in <module>
    import feedparser
  File "/Users/jbaker/jythondev/jython27/dist/Lib/site-packages/feedparser-5.1.3-py2.7.egg/feedparser.py", line 2019, in <module>
    class _BaseHTMLProcessor(sgmllib.SGMLParser):
  File "/Users/jbaker/jythondev/jython27/dist/Lib/site-packages/feedparser-5.1.3-py2.7.egg/feedparser.py", line 2051, in _BaseHTMLProcessor
    goahead.func_code = sgmllib.SGMLParser.goahead.func_code
RuntimeError: maximum recursion depth exceeded

Interestingly, when I install it via pip (using https://github.com/jimbaker/pip) it builds extremely strangely with indentation errors. Not certain what's going on here.
History
Date User Action Args
2014-05-21 22:58:01zyasoftsetmessageid: <1400713081.17.0.184971477195.issue2072@psf.upfronthosting.co.za>
2014-05-21 22:58:01zyasoftsetrecipients: + zyasoft, samkramer
2014-05-21 22:58:01zyasoftlinkissue2072 messages
2014-05-21 22:58:00zyasoftcreate