2. Re: Python interface problem with Windows (Benjamin Kaplan)

2010-06-27 Thread Kermit Rose
. I do not know how to import code from any other directory than the default, C:\Python26. And how do I save the code in a different directory than the default, c:\Python26? Kermit Rose -- http://mail.python.org/mailman/listinfo/python-list

Re: Python interface problem with Windows

2010-06-26 Thread Kermit Rose
the read only property set. We unchecked the read only property, and then clicked apply. Then when we checked properties of Python26 folder again, it still had the read only property set. Can you help us? We would like to be able to create and run Python programs on his computer. Kermit Rose

Re: 2-dimensional data structures

2006-02-18 Thread Kermit Rose
From: anthonyberet Date: 02/18/06 17:11:01 To: python-list@python.org Subject: Re: 2-dimensional data structures I am not sure how to most efficiently identify which region any given square on the grid is actually in - any thoughts, for those that have done this? - I don't want a

arrays in python

2006-02-10 Thread Kermit Rose
From: Kermit Rose Date: 02/10/06 17:36:34 To: [EMAIL PROTECTED] Subject: Arrays Hello. I want to write a program in python using integer arrays. I wish to calculate formulas using 200 digit integers. I could not find any documentation in python manual about declaring arrays. I