<br>Hi list.<br><div>I have a problem with using python mapscrip under Windows.</div><div>I've installed mapscript as it is described at "MapServer for Windows (MS4W)" README_INSTALL file.</div>
<div>But if I try to run test-cgi-mapscript.py i've got a message:</div><div><type 'exceptions.IndentationError'>: unindent does not match any outer indentation level (mapscript.py, line 700) <br>
args = ('unindent does not match any outer indentation level', (r'C:\ms4w\Apache\cgi-bin\mapscript.py', 700, 18, ' else:\n')) <br> filename = r'C:\ms4w\Apache\cgi-bin\mapscript.py' <br>
lineno = 700 <br> message = '' <br> msg = 'unindent does not match any outer indentation level' <br> offset = 18 <br> print_file_and_line = None <br> text = ' else:\n'</div>
<div>I've tryed to change 'tab' in mapscript file on four whitespase. No result.</div><div><br><br></div>
<br>