[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:10 jef]:

> Are you mixing the OSGeo4W python install with another python install?
Maybe PATH or PYTHONPATH point to something outside...

Right, %PYTHONPATH% pointed to another version of Python. Fixed, but the
problem remains

{{{
C:\Documents and Settings\landa>c:\OSGeo4W\bin\python.exe
Python 2.5.2 (r252:60911, Feb 21 2008, 13:11:45) [MSC v.1310 32 bit
(Intel)] on
win32
Type "help", "copyright", "credits" or "license" for more information.
>>> import win32file
Traceback (most recent call last):
   File "<stdin>", line 1, in <module>
ImportError: DLL load failed: Uvedenß procedura nebyla nalezena.
}}}

But if I run c:\OSGeo4W\bin\python.exe directly (launched from Total
Commander) I can import win32file module without problem. Some Windows
magic?:wink:

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