#813: Location wizard - false path to the epsg-file
------------------------------------------------+---------------------------
Reporter: hellik | Owner: grass-dev@lists.osgeo.org
Type: defect | Status: new
Priority: normal | Milestone: 6.4.0
Component: wxGUI | Version: unspecified
Keywords: location wizard, path to EPSG-file | Platform: MSWindows Vista
Cpu: Unspecified |
------------------------------------------------+---------------------------
Grass64-releasebranch (r39740)
self-compiled in osgeo4w-tree on WinVista
grass64 started from the msys-shell
in the "location wizard - select EPSG code of spatial reference system"
there is the following default path for the EPSG-file as
"::\OSGeo4W\share\proj\epsg" in the wx-gui, so the list is not available.
the file lives in C:\OSGeo4W\share\proj.
#813: Location wizard - false path to the epsg-file
------------------------------+---------------------------------------------
Reporter: hellik | Owner: grass-dev@lists.osgeo.org
Type: defect | Status: new
Priority: normal | Milestone: 6.4.0
Component: wxGUI | Version: unspecified
Resolution: | Keywords: location wizard, path to EPSG-file
Platform: MSWindows Vista | Cpu: Unspecified
------------------------------+---------------------------------------------
Comment (by hellik):
Replying to [ticket:813 hellik]:
> Grass64-releasebranch (r39740)
> self-compiled in osgeo4w-tree on WinVista
> grass64 started from the msys-shell
>
> in the "location wizard - select EPSG code of spatial reference system"
there is the following default path for the EPSG-file as
"::\OSGeo4W\share\proj\epsg" in the wx-gui, so the list is not available.
the file lives in C:\OSGeo4W\share\proj.
>
> Helmut
{{{
Traceback (most recent call last):
File
"c:\OSGeo4W\apps\grass\grass-6.4.0svn\etc\wxpython\gui_modules\location_
wizard.py", line 1387, in OnEnterPage
self.OnBrowseCodes(None)
File
"c:\OSGeo4W\apps\grass\grass-6.4.0svn\etc\wxpython\gui_modules\location_
wizard.py", line 1497, in OnBrowseCodes
f = open(self.tfile.GetValue(), "r")
IOError: [Errno 2] No such file or directory:
u'::\\OSGeo4W\\share\\proj\\epsg'
Traceback (most recent call last):
File
"c:\OSGeo4W\apps\grass\grass-6.4.0svn\etc\wxpython\gui_modules\location_
wizard.py", line 1387, in OnEnterPage
self.OnBrowseCodes(None)
File
"c:\OSGeo4W\apps\grass\grass-6.4.0svn\etc\wxpython\gui_modules\location_
wizard.py", line 1497, in OnBrowseCodes
f = open(self.tfile.GetValue(), "r")
IOError: [Errno 2] No such file or directory:
u'::\\OSGeo4W\\share\\proj\\epsg'