S
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
editor run,it path. etc
************************************************************
Traceback (most recent call last):
File "<pyshell#4>", line 1, in <module>
import posix
ImportError: No module named posix
Traceback (most recent call last):
File "<pyshell#7>", line 1, in <module>
inverted_phonebook=invert(phonebook)
NameError: name 'invert' is not defined index={}
for key in table.key():
value=table[key]
if not index.has_key(value):
index[value]=[]
index[value].append(key)
return index
************************************************************************
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
editor run,it path. etc
************************************************************
Traceback (most recent call last):
File "<pyshell#4>", line 1, in <module>
import posix
ImportError: No module named posix
Traceback (most recent call last):
File "<pyshell#7>", line 1, in <module>
inverted_phonebook=invert(phonebook)
NameError: name 'invert' is not defined index={}
for key in table.key():
value=table[key]
if not index.has_key(value):
index[value]=[]
index[value].append(key)
return index
************************************************************************