I have installed GRASS for windows (the latest 6.4 version). Everything seems to be working fine when I&#39;m using the wxpython gui. When i switch to the tcltk GUI, none of my data show up. I end up with an empty project even though I can see that there is data when i use the python gui.<br>
The second probleme is when i try to create a profile I get the following error:<br><span style="background-color: rgb(255, 255, 102);">Traceback (most recent call last):</span><br style="background-color: rgb(255, 255, 102);">
<span style="background-color: rgb(255, 255, 102);">  File &quot;C:\GRASS\Python25\lib\profile.py&quot;, line 466, in</span><br style="background-color: rgb(255, 255, 102);"><span style="background-color: rgb(255, 255, 102);">OnCreateProfile</span><br style="background-color: rgb(255, 255, 102);">
<br style="background-color: rgb(255, 255, 102);"><span style="background-color: rgb(255, 255, 102);">  File &quot;C:\GRASS\Python25\lib\profile.py&quot;, line 393, in</span><br style="background-color: rgb(255, 255, 102);">
<span style="background-color: rgb(255, 255, 102);">SetGraphStyle</span><br style="background-color: rgb(255, 255, 102);"><br style="background-color: rgb(255, 255, 102);"><span style="background-color: rgb(255, 255, 102);">  File &quot;C:\Programs\GIS\OSGeo4W\apps\Python25\lib\site-</span><br style="background-color: rgb(255, 255, 102);">
<span style="background-color: rgb(255, 255, 102);">packages\wx-2.8-msw-unicode\wx\_gdi.py&quot;, line 114, in</span><br style="background-color: rgb(255, 255, 102);"><span style="background-color: rgb(255, 255, 102);">__init__</span><br style="background-color: rgb(255, 255, 102);">
<span style="background-color: rgb(255, 255, 102);">TypeError</span><br style="background-color: rgb(255, 255, 102);"><span style="background-color: rgb(255, 255, 102);">:</span><br style="background-color: rgb(255, 255, 102);">
<span style="background-color: rgb(255, 255, 102);">in method &#39;new_Colour&#39;, expected argument 1 of type &#39;byte</span>&#39;<br><br>The funny part is sometime it works fine and sometime I get the above error off and on on the same Raster file.<br>
<br>Thanks<br>