[GRASS-dev] Re: [osgeo4w] #37: grass: wxpython gui issues

#37: grass: wxpython gui issues
----------------------+-----------------------------------------------------
  Reporter: jachym | Owner: osgeo4w-dev@lists.osgeo.org
      Type: defect | Status: new
  Priority: major | Milestone:
Component: Package | Version:
Resolution: | Keywords: GRASS
----------------------+-----------------------------------------------------
Comment (by martinl):

Replying to [comment:7 jachym]:
> in RC3:
>
> * wxdigit does not work - same problem (no module named grass6_wxdigit)
> * wxnviz - needs PyOpenGL - which is missing in the osgeo4w installator
> * maps are NOT displayed in the lists (prevous g.mlist issue)
>
> So, only thing, which has changed since RC2:
> * commands are working - FIXED

you are lucky;-) on my machine after updating from RC2 to RC3 I am not
able even to start wxGUI...

{{{
C:\Documents and Settings\landa\Plocha>grass64 -wxpython
Traceback (most recent call last):
   File "C:/OSGeo4W/apps/grass/grass-6.4.0RC3/etc/wxpython/gis_set.py",
line 813,
  in <module>
     import gui_modules.gcmd as gcmd
   File
"C:\OSGeo4W\apps\grass\grass-6.4.0RC3\etc\wxpython\gui_modules\gcmd.py",
line 44, in <module>
     from win32file import ReadFile, WriteFile
ImportError: DLL load failed: Uvedenß procedura nebyla nalezena.
Traceback (most recent call last):
   File "C:/OSGeo4W/apps/grass/grass-6.4.0RC3/etc/wxpython/wxgui.py", line
69, in
  <module>
     import gui_modules.utils as utils
   File
"C:\OSGeo4W\apps\grass\grass-6.4.0RC3\etc\wxpython\gui_modules\utils.py",
  line 25, in <module>
     import gcmd
   File
"C:\OSGeo4W\apps\grass\grass-6.4.0RC3\etc\wxpython\gui_modules\gcmd.py",
line 44, in <module>
     from win32file import ReadFile, WriteFile
ImportError: DLL load failed: Procedure not found
}}}

--
Ticket URL: <http://trac.osgeo.org/osgeo4w/ticket/37#comment:8&gt;
OSGeo4W <http://trac.osgeo.org/osgeo4w&gt;
OSGeo4W is the Windows installer for the OSGeo stack.