Re: [Pythonmac-SIG] Selecting in BBEdit & Python Indenting style (spaces)

2005-12-01 Thread David Person
Odd, I always use 2 spaces, and haven't really heard 4 was standard. I don't keep up much with those things, though :) Tabs are certainly allowed. There is a potential difficulty in mixing tabs and spaces in the same file, since it is unclear how many spaces go into a tab, so there is potent

[Pythonmac-SIG] Calling python application from AppScript

2005-11-14 Thread David Person
Hello: I'm sure there must be a simple answer, but I'm flummoxed trying to send an AppleEvent from one python program to another. The 'server' program has this code: class avServer(AEServer, MiniApplication): def __init__(self): MiniApplication.__init__(self) AEServer.__init__(sel