Nice script, though I did have a difficult time installing libgmail (only the py25 version is on Fink, and mechanize isn't even on Fink at all). It worked when I tested it sending an email to myself. One thing, you should use #!/usr/bin/env python so that it works no matter where python is installed.
Aaron Meurer On Jun 3, 2009, at 9:45 AM, Ryan Krauss wrote: > I have some sendmail configuration issues, so I just wrote a script > that uses libgmail to send the patch. Since this is a googlegroup, > perhaps most of the users use gmail and would find this helpful. If > my messages should be tweaked somehow, I am open to suggestions > (espeically since I may send a fair number of patches over the > coming months and years with this script). > > Usage: > > send_sympy_patch.py glob_pattern_for_patches_to_attach > > Ryan > > > > <send_sympy_patch.py> --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "sympy-patches" 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/sympy-patches?hl=en -~----------~----~----~----~------~----~------~--~---
