Re: [Pythonmac-SIG] Key Bindings on cross platform apps.

2008-02-03 Thread Jack Jansen
On 1-Feb-2008, at 23:55 , Christopher Barker wrote: Hi all I'm trying help out Rob McMullen get his "Peppy" editor working well on OS-X. I'm thinking about about key bindings. There are some apps that have sets of keyboard shortcuts and let you switch between them with a preference. Th

[Pythonmac-SIG] Getting cantera to run

2008-02-03 Thread Tavis
Hello, I've been struggling to get cantera to run on my mac. I have OX 10.4.11 with Python 2.5.1 installed and numarray 1.5.2. Importing numarray in python doesn't generate any errors, so I assume it to be working. I ran a Cantera 1.6 binary and it seemed to install ok, but I can't get pyth

Re: [Pythonmac-SIG] Tuples

2008-02-03 Thread Henning Hraban Ramm
Am 2008-02-03 um 16:54 schrieb Grzegorz Laszczyk: > 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. You can use tuples, where 1. they're

[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