View Single Post
blubbi's Avatar
Posts: 288 | Thanked: 113 times | Joined on Dec 2009 @ Germany
#212
o2online should work in www2sms-1.1.5 which is by now in the repository.


It was due to a bug in mechanize (or at least I think so).

I had to change
br.find_link(text='E-Mail')
to
br.find_link(text='Mail[IMG]E-Mail')

Which looks like a parsing bug in mechanize :-)