Re: [Pythonmac-SIG] Illustrator no_color_info problem

2008-01-23 Thread has
Grzegorz Laszczyk wrote: > I have a little problem working with Illustrator objects color. > When I have a list with 4 elements, I can make cmyk_color_info, 3 - > rgb_color_info. > I'm trying to make no_color_info, but I can't. > It's interesting, because I tried to use example from AI CS3 apple

Re: [Pythonmac-SIG] is py-appscript compile possible?

2008-01-23 Thread has
Grzegorz Laszczyk wrote: > I wonder if it is possible to compile my py-appscript with for example > tkinter GUI into working application. > I'm working on a few different mac's and it will be great to use my > simple apps without installing appscript. Use py2app to build standalone application bu