> > Yeah, the way to do it is editing the app's Info.plist, and adding the 
> > icon to my.app/Contents/Resources.
> But wouldn't that make all BBedit associated files get the Python icon?

No.  Take a look at 

http://developer.apple.com/documentation/MacOSX/Conceptual/BPRuntimeConfig/BPRuntimeConfig.pdf

You can associate different icons with different document types based
on a number of document parameters, such as what extension it has,
what its MIME type is, and what its "OSType" is.

Bill
_______________________________________________
Pythonmac-SIG maillist  -  Pythonmac-SIG@python.org
http://mail.python.org/mailman/listinfo/pythonmac-sig

Reply via email to