#14475 closed update (duplicate)
UPDATE: python/py25-lxml to 2.0.2
Reported by: | lutz.horn@… | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.6.0 |
Keywords: | python, lxml, port, update | Cc: | |
Port: |
Description
New version 2.0.2 of python/py25-lxml
Attachments (1)
Change History (8)
Changed 17 years ago by lutz.horn@…
Attachment: | Portfile.diff added |
---|
comment:1 Changed 17 years ago by ebgssth@…
comment:2 follow-up: 3 Changed 17 years ago by lutz.horn@…
lxml in version 2.0.2 works with Python 2.5.2 under Leopard.
Macintosh:~ lutz$ uname -a Darwin Macintosh.local 9.2.0 Darwin Kernel Version 9.2.0: Tue Feb 5 16:15:19 PST 2008; root:xnu-1228.3.13~1/RELEASE_PPC Power Macintosh powerpc Macintosh:~ lutz$ python2.5 Python 2.5.2 (r252:60911, Feb 24 2008, 11:14:10) [GCC 4.0.1 (Apple Inc. build 5465)] on darwin Type "help", "copyright", "credits" or "license" for more information. >>> import lxml.html >>> lxml.html.parse('http://example.com') <lxml.etree._ElementTree object at 0x124f620>
comment:3 Changed 17 years ago by oliver.andrich@…
Works for me like a charm with Python 2.5.2 on Leopard. So, maybe upgrading py25-lxml is an option even if py-lxml has issues.
comment:4 Changed 17 years ago by ebgssth@…
Try importing webbrowser module first. Still from lxml import etree works
comment:5 Changed 17 years ago by akira@…
Resolution: | → duplicate |
---|---|
Status: | new → closed |
comment:6 Changed 16 years ago by jmroot (Joshua Root)
Type: | enhancement → update |
---|
Note: See
TracTickets for help on using
tickets.
Working on this, but having problem building a stable lxml. Take a look at 14137
On Tiger