<div>Dear all,      [Windows 64 / XP]</div>
<div> </div>
<div>Sorry if this is not the best place to ask for this.</div>
<div>I installed the Osgeo4W grass, using the </div>
<div>installer available at:</div>
<div><a href="http://trac.osgeo.org/grass/wiki/CompileOnWindows">http://trac.osgeo.org/grass/wiki/CompileOnWindows</a></div>
<div> </div>
<div>After startup the installer, I choose Express instalation,</div>
<div>and installed grass from it. Grass is running find.</div>
<div>Now I am building a script on python that </div>
<div>  import grass.script as grass</div>
<div>  import Tkinter</div>
<div>Unfortunatelly I get the following error:</div>
<div> </div>
<div>$python landscape.py <br>Traceback (most recent call last):<br>  File &quot;landscape.py&quot;, line 6, in &lt;module&gt;<br>    import Tkinter<br>  File &quot;C:\OSGeo4W\apps\Python25\lib\lib-tk\Tkinter.py&quot;, line 38, in &lt;module&gt;<br>
    import _tkinter # If this fails your Python may not be configured for Tk<br>ImportError: No module named _tkinter</div>
<div> </div>
<div>In fact, I have loaded a raster map on python variable</div>
<div>(a list of lists), and now I would like to plot it on the screen.</div>
<div>Other suggestions different from Tkinter are welcome.</div>
<div> </div>
<div>bests</div>
<div> </div>
<div>milton</div>
<div> </div>