[GRASS-user] Error when running a scrip in Windows-WinGRASS

Glynn Clements glynn at gclements.plus.com
Fri Oct 15 00:13:26 EDT 2010


M.Onur Kurum wrote:

>   I completely removed the Python25 bundled with GRASS and changed the 
> startup bat file to not look for the bundled python so this is how it goes:
> 
> C:\GRASS-70-SVN>set_shell_start_grass70svn.bat
> Cleaning up temporary files...
> Starting GRASS GIS...
> Traceback (most recent call last):
>    File "C:\GRASS-70-SVN\etc\gui\wxpython\gis_set.py", line 38, in <module>
>      import gui_modules.goutput
>    File "C:\GRASS-70-SVN\etc\gui\wxpython\gui_modules\goutput.py", line 
> 35, in <module>
>      import gcmd
>    File "C:\GRASS-70-SVN\etc\gui\wxpython\gui_modules\gcmd.py", line 44, 
> in <module>
>      from win32file import ReadFile, WriteFile
> ImportError: No module named win32file

You need to install the pywin32 package.

http://sourceforge.net/projects/pywin32/

-- 
Glynn Clements <glynn at gclements.plus.com>


More information about the grass-user mailing list