En Fri, 28 Aug 2009 15:31:31 -0300, gert <gert.cuyk...@gmail.com> escribió:

I can't figure out how to enable the .py shell and syntax highlighting
for .wsgi file extensions using IDLE for windows ?

That's a Windows question, not a Python one. You have to associate the .wsgi extension with the Python.File file type (the one used for .py files):

D:\USERDATA\Gabriel>assoc .py
.py=Python.File

D:\USERDATA\Gabriel>assoc .wsgi=Python.File
.wsgi=Python.File

--
Gabriel Genellina

--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to