On Jan 28, 2008 11:43 PM, Gerald Nelson <[EMAIL PROTECTED]> wrote: > Here's the process I went through > - downloaded the wx gui code from trunk > - placed it in the etc directory (not the gui directory) > - moved the script to the right place > - added python25 to the msys path. It's not there by default > - started grass63 from inside msys > - the tcltk gui starts > - from msys command line type wxgrass > - get the following error > > Traceback (most recent call last): > File "c:/grass63RC4/grass-6.3.0RC4/etc/wx/wxgui.py", line 53, in <module> > import gui_modules.utils as utils > File "c:\grass63RC4\grass-6.3.0RC4\etc\wx\gui_modules\utils.py", line 23, > in <module> > import gcmd > File "c:\grass63RC4\grass-6.3.0RC4\etc\wx\gui_modules\gcmd.py", line 35, > in <module> > from win32file import ReadFile, WriteFile > ImportError: No module named win32file > > Where should this be?
Could it be that you need to install this: http://sourceforge.net/projects/pywin32/ ? Markus _______________________________________________ grass-dev mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/grass-dev
