<div>Hi Colin</div>
<div> </div>
<div>I will give a look on all these tips.</div>
<div> </div>
<div>Thanks a lot.</div>
<div> </div>
<div>milton<br><br></div>
<div class="gmail_quote">2009/4/29 Colin Nielsen <span dir="ltr">&lt;<a href="mailto:colin.nielsen@gmail.com">colin.nielsen@gmail.com</a>&gt;</span><br>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">Hi Milton,<br>This is a common error I have come across, and shouldn&#39;t be a problem<br>with your Python installation. It is just a question of getting<br>
PYTHONPATH and possibly PYTHONHOME (Which needs to be in a windows<br>path format) into the right format.<br><br>For example, the following has been added to the native wingrass<br>installer&#39;s version of the &quot;grass64&quot; startup script. Make sure to<br>
adjust the paths to your computer&#39;s locations.<br><br># Set the PYTHONPATH variable<br>PYTHONPATH=&quot;$GISBASE/etc/python:$GISBASE/Python25:$PYTHONPATH&quot;<br>export PYTHONPATH<br>PYTHONHOME=&quot;C:\GRASS-6-SVN\Python25&quot;<br>
export PYTHONHOME<br><br>Also, check <a href="http://trac.osgeo.org/grass/wiki/CompileOnWindows#Usage" target="_blank">http://trac.osgeo.org/grass/wiki/CompileOnWindows#Usage</a><br>for details on how to get Python running under msys on windows.<br>
<br>Note: even with these adjustments, wxpython still can&#39;t display maps<br>on grass-6.5.svn or grass-7.0.svn<br><br>-Colin<br>
<div>
<div></div>
<div class="h5"><br>On Wed, Apr 29, 2009 at 11:44 AM, Milton Cezar Ribeiro<br>&lt;<a href="mailto:miltinho.astronauta@gmail.com">miltinho.astronauta@gmail.com</a>&gt; wrote:<br>&gt; oops again:<br>&gt;<br>&gt; &quot; But if I go to a DOS windows (using cmd)&quot;<br>
&gt;<br>&gt; 2009/4/29 Milton Cezar Ribeiro &lt;<a href="mailto:miltinho.astronauta@gmail.com">miltinho.astronauta@gmail.com</a>&gt;<br>&gt;&gt;<br>&gt;&gt; Hi Glym,<br>&gt;&gt;<br>&gt;&gt; But if you go to a DOS windows (using cmd)<br>
&gt;&gt; type python (it starts python 2.6)<br>&gt;&gt; and try import sys, it works fine on text/DOS mode?<br>&gt;&gt; By the way, the pythopath was included as windows environment variable.<br>&gt;&gt;<br>&gt;&gt; Any suggestion?<br>
&gt;&gt; miltinho<br>&gt;&gt; 2009/4/29 Glynn Clements &lt;<a href="mailto:glynn@gclements.plus.com">glynn@gclements.plus.com</a>&gt;<br>&gt;&gt;&gt;<br>&gt;&gt;&gt; Milton Cezar Ribeiro wrote:<br>&gt;&gt;&gt;<br>&gt;&gt;&gt; &gt; Thanks for the reply. I have tryed on two ways, both not work for me<br>
&gt;&gt;&gt; &gt; (under<br>&gt;&gt;&gt; &gt; windows vista).<br>&gt;&gt;&gt;<br>&gt;&gt;&gt; &gt; &#39;import site&#39; failed; use -v for traceback Traceback (most recent call<br>&gt;&gt;&gt; &gt; last):<br>&gt;&gt;&gt; &gt;   File &quot;c:/OSGeo4W/apps/grass/grass-6.5.svn/etc/wxpython/gis_set.py&quot;,<br>
&gt;&gt;&gt; &gt; line<br>&gt;&gt;&gt; &gt; 23, in &lt;module&gt;<br>&gt;&gt;&gt; &gt;     import os<br>&gt;&gt;&gt; &gt; ImportError: No module named os<br>&gt;&gt;&gt;<br>&gt;&gt;&gt; This indicates that your Python installation is borked; it can&#39;t find<br>
&gt;&gt;&gt; its standard library modules.<br>&gt;&gt;&gt;<br>&gt;&gt;&gt; --<br>&gt;&gt;&gt; Glynn Clements &lt;<a href="mailto:glynn@gclements.plus.com">glynn@gclements.plus.com</a>&gt;<br>&gt;&gt;<br>&gt;<br>&gt;<br></div>
</div>&gt; _______________________________________________<br>&gt; grass-user mailing list<br>&gt; <a href="mailto:grass-user@lists.osgeo.org">grass-user@lists.osgeo.org</a><br>&gt; <a href="http://lists.osgeo.org/mailman/listinfo/grass-user" target="_blank">http://lists.osgeo.org/mailman/listinfo/grass-user</a><br>
&gt;<br>&gt;<br></blockquote></div><br>