[web2py] Re: Problem with Mail.Attachment
Thanks Massimo!
[web2py] Re: Problem with Mail.Attachment
This should now be fixed. The problem was a lack of __all__ in gluon/ __init__.py On May 6, 2:47 pm, pbreit wrote: > attachment = Mail.Attachment(filename) > > "is not callable" usually means there is something in () that should not > bet.
[web2py] Re: Problem with Mail.Attachment
attachment = Mail.Attachment(filename) "is not callable" usually means there is something in () that should not bet.