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[
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:
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):
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
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 will save
> it.
> path execution how .
> te
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 where i will save
> it.
> path