Re: python on window

2007-03-26 Thread Michael Bentley
On Mar 26, 2007, at 7:00 AM, sandeep patil wrote: > i have written this program but i have gott following error, > in anather proram "indentation error" sir how i will indent in my > editor > > #test.py def invert(table): > index=() > for key in table: > value=table[

Re: python on window

2007-03-26 Thread Parthan SR
On 26 Mar 2007 05:00:54 -0700, sandeep patil <[EMAIL PROTECTED]> wrote: i have written this program but i have gott following error, in anather proram "indentation error" sir how i will indent in my editor #test.py >>> def invert(table): index=() for key in table:

Re: python on window

2007-03-26 Thread sandeep patil
i have written this program but i have gott following error, in anather proram "indentation error" sir how i will indent in my editor #test.py >>> def invert(table): index=() for key in table: value=table[key] if not index.has_key(value):

Re: python on window

2007-03-23 Thread jwelby
That should have been: "You should be able edit your PYTHONPATH variable (should you need to)..." Gabiel is right, it's not usually required. -- http://mail.python.org/mailman/listinfo/python-list

Re: python on window

2007-03-23 Thread jwelby
On Mar 23, 7:25 am, "sandeep patil" <[EMAIL PROTECTED]> wrote: > i have install python on window xp os. > C:/program files/python > > i have done print program it working but .py can't working > help me to how i will execute this file this file where i

Re: python on window

2007-03-23 Thread Gabriel Genellina
En Fri, 23 Mar 2007 04:25:52 -0300, sandeep patil <[EMAIL PROTECTED]> escribió: > i have install python on window xp os. > C:/program files/python > > i have done print program it working but .py can't working > help me to how i will execute this file this file wher

python on window

2007-03-22 Thread sandeep patil
i have install python on window xp os. C:/program files/python i have done print program it working but .py can't working help me to how i will execute this file this file where i will save it. path execution how . tell me about any envorment veriable in python to set before python edito