Changes between Initial Version and Version 4 of Ticket #53822


Ignore:
Timestamp:
Mar 20, 2017, 1:28:43 PM (7 years ago)
Author:
mf2k (Frank Schima)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #53822

    • Property Cc kurthindenburg added
    • Property Port py-beautifulsoup4 added
  • Ticket #53822 – Description

    initial v4  
    11I just did a port install of
    2 
     2{{{
    33py27-beautifulsoup             @4.4.1          python/py-beautifulsoup4
    4 
     4}}}
    55and I get an error when I try to import the module into ipython:
    6 
     6{{{
    77In [1]: from bs4 import BeautifulSoup
    88---------------------------------------------------------------------------
     
    2626
    2727ImportError: cannot import name _htmlparser
    28 
     28}}}