Changes between Initial Version and Version 2 of Ticket #23219
- Timestamp:
- Jan 11, 2010, 4:18:17 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #23219
-
Property
Priority
changed from
High
toNormal
- Property Owner changed from macports-tickets@… to krischik@…
-
Property
Priority
changed from
-
Ticket #23219 – Description
initial v2 1 1 Current version of mechanize is 0.1.9. This version doesn't play too good with python 2.6: 2 2 3 {{{ 3 4 >>> from mechanize import Browser 4 5 >>> br = Browser() … … 17 18 robotparser._debug("allow all") 18 19 AttributeError: 'module' object has no attribute '_debug' 19 >>> 20 >>> 21 }}} 20 22 21 23 This is known error which was fixed in next version. I've tested 0.1.11 and it works fine. Can you please bump the version in macports?