[web2py] Re: Problem with Mail.Attachment

2011-05-09 Thread Ross Peoples
Thanks Massimo!

[web2py] Re: Problem with Mail.Attachment

2011-05-07 Thread Massimo Di Pierro
This should now be fixed. The problem was a lack of __all__ in gluon/ __init__.py On May 6, 2:47 pm, pbreit pbreitenb...@gmail.com wrote: attachment = Mail.Attachment(filename) is not callable usually means there is something in () that should not bet.

[web2py] Re: Problem with Mail.Attachment

2011-05-06 Thread pbreit
attachment = Mail.Attachment(filename) is not callable usually means there is something in () that should not bet.