[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):

Strange, from osgeo4w cmd:

{{{
python
>>> import win32file
Traceback (most recent call last):
   File "<stdin>", line 1, in <module>
ImportError: DLL load failed: Uvedenß procedura nebyla nalezena.
>>> python
Traceback (most recent call last):
   File "<stdin>", line 1, in <module>
NameError: name 'python' is not defined
>>> import win32file
Traceback (most recent call last):
   File "<stdin>", line 1, in <module>
ImportError: DLL load failed: The specified module could not be found.
}}}

If I launch python from OSGEO4W\bin\ I can import win32file without any
problems.

Anyone facing to the similar problem?

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