A few short questions about bzr send implementation for Apple Mail
Erik Bågfors
zindar at gmail.com
Tue Mar 25 14:46:45 GMT 2008
Hi
I have written support for Apple Mail. Unfortunately, this has to be
done using Applescript. The Applescript is generated in python. The
code I have now works, but due to how Applescript works, I need lines
longer than 80 characters. I don't like this at all of course.
What I would like to do is to move the Applescript into a totally
separate little script and call that from the python code instead.
That would separate the applescript from the python code which would
be much better.
However, that opens up a few more questions
1) Where would that script be put in the bzr source code?
2) Where would that script be installed?
3) How do I make sure that it's installed by setup.py (at least on Mac)
4) How do I find it in the python code to be able to execute it
Regards,
Erik
More information about the bazaar
mailing list