JohnCardinal / crunchy

Automatically exported from code.google.com/p/crunchy
0 stars 0 forks source link

Load local html tutorial file fails (release 1.0) #230

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Attempt to load a local html tutorial

What is the expected output? What do you see instead?

Traceback (most recent call last):
  File "/Users/andre/CrunchySVN/trunk/crunchy/src/vlam.py", line 385, in
__init__
    self.create_tree(filehandle)  # assigns self.tree
  File "/Users/andre/CrunchySVN/trunk/crunchy/src/vlam.py", line 82, in
create_tree
    html = ElementSoup.parse(filehandle)
  File
"/Users/andre/CrunchySVN/trunk/crunchy/src/element_tree/ElementSoup.py",
line 80, in parse
    assert isinstance(text, unicode)
AssertionError

Please use labels and text to provide additional information.

Original issue reported on code.google.com by andre.ro...@gmail.com on 23 Aug 2009 at 4:00

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r1345.

Original comment by andre.ro...@gmail.com on 23 Aug 2009 at 4:04