[Pythonmac-SIG] Tuples

2008-02-03 Thread Grzegorz Laszczyk
Hi all :) I have a newbie question. Do you use tuples? If yes, maybe can you explain me where and why. I know, how to use strings, dictionaries, lists. But tulpes? Python is my first language, where I found this. Thanks for explanation. Grzesiek

[Pythonmac-SIG] installing MySQLdb problem

2008-02-02 Thread Grzegorz Laszczyk
Hi. I have to work with MySQL database. I'm trying to install MySQLdb module on my MacBook Pro (with Tiger). I've downloaded source .gz from site, unpack it. When trying to install it, an error occured. grzesieks-computer:~/desktop grzesiek$ cd MySQL-python-1.2.2 grzesieks-computer:~/desktop/My

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

2008-01-22 Thread Grzegorz Laszczyk
Hi. 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. Regards Grzesiek --

[Pythonmac-SIG] Illustrator no_color_info problem

2008-01-21 Thread Grzegorz Laszczyk
Hi. 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 script reference, pasted into A