Opened 14 years ago

Closed 14 years ago

#813 closed defect (fixed)

Location wizard - false path to the epsg-file

Reported by: hellik Owned by: grass-dev@…
Priority: normal Milestone: 6.4.0
Component: wxGUI Version: svn-releasebranch64
Keywords: location wizard, path to EPSG-file, wingrass Cc: martinl
CPU: Unspecified Platform: MSWindows Vista

Description

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

Attachments (1)

grass64_wxgui_19012010_212228.png (59.1 KB ) - added by hellik 14 years ago.
Screenshot

Download all attachments as: .zip

Change History (8)

in reply to:  description comment:1 by hellik, 14 years ago

Replying to 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'

comment:2 by martinl, 14 years ago

Version: unspecifiedsvn-releasebranch64

comment:3 by neteler, 14 years ago

Is this still valid?

comment:4 by hamish, 14 years ago

Keywords: wingrass added

in reply to:  3 comment:5 by hellik, 14 years ago

Replying to neteler:

Is this still valid?

still valid, see screenshot

Helmut

by hellik, 14 years ago

Screenshot

comment:6 by martinl, 14 years ago

Cc: martinl added

in reply to:  6 comment:7 by hellik, 14 years ago

Resolution: fixed
Status: newclosed

Replying to martinl:

Seems to be OK here, tested on

http://josef.fsv.cvut.cz/wingrass/grass64/WinGRASS-6.4.SVN-r40585-1-Setup.exe

seems to be ok now. reopen if needed.

Helmut

Note: See TracTickets for help on using tickets.