On Tue, Sep 23, 2008 at 4:28 AM, boardman <[EMAIL PROTECTED]> wrote: > > > On Sep 23, 3:04 am, "Chris Moffitt" <[EMAIL PROTECTED]> wrote: > > Thanks for the pointers, managed to debug this successfully. > The error was in satchmo.contact.listeners, line 12 was passing str > instead of the postcode > > pc = ukpostcode.parse_uk_postcode(str) > > should read... > > pc = ukpostcode.parse_uk_postcode(postcode) > > I'm a little new to this, i've raised ticket #583, hope everything is > as it should be. > > Thanks > Roger. >
Thanks, patch accepted in [1550] --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Satchmo users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/satchmo-users?hl=en -~----------~----~----~----~------~----~------~--~---
