Re: [GRASS-user] Error when running a scrip in Windows-WinGRASS

2010-10-15 Thread Glynn Clements
M.Onur Kurum wrote: > after installing pywin32 for python25, I get this error: > > GRASS 7.0.svn> r.ipso.py >File "C:\Python25\lib\xml\etree\ElementTree.py", line 1254, in close > self._parser.Parse("", 1) # end of data > xml.parsers.expat.ExpatError: no element found: line 1, column

Re: [GRASS-user] Error when running a scrip in Windows-WinGRASS

2010-10-15 Thread M.Onur Kurum
after installing pywin32 for python25, I get this error: GRASS 7.0.svn> r.ipso.py Traceback (most recent call last): File "C:\GRASS-70-SVN/etc/gui/wxpython/gui_modules/menuform.py", line 2253, in task = grassTask(cmd[0]) File "C:\GRASS-70-SVN/etc/gui/wxpython/gui_modules/menuform.py",

Re: [GRASS-user] Error when running a scrip in Windows-WinGRASS

2010-10-14 Thread Glynn Clements
M.Onur Kurum wrote: > I completely removed the Python25 bundled with GRASS and changed the > startup bat file to not look for the bundled python so this is how it goes: > > C:\GRASS-70-SVN>set_shell_start_grass70svn.bat > Cleaning up temporary files... > Starting GRASS GIS... > Traceback (mos

Re: [GRASS-user] Error when running a scrip in Windows-WinGRASS

2010-10-14 Thread M.Onur Kurum
I completely removed the Python25 bundled with GRASS and changed the startup bat file to not look for the bundled python so this is how it goes: C:\GRASS-70-SVN>set_shell_start_grass70svn.bat Cleaning up temporary files... Starting GRASS GIS... Traceback (most recent call last): File "C:\GRAS

Re: [GRASS-user] Error when running a scrip in Windows-WinGRASS

2010-10-13 Thread Glynn Clements
M.Onur Kurum wrote: > Any ideas, suggestions ? > I just want to be able to launch the GUI when I have a .py of my own > under /scripts in grass6.4 or 7.0 For 7.0, remove any version of Python which is bundled with GRASS, and remove any reference to it from the startup scripts. Just use the inst

Re: [GRASS-user] Error when running a scrip in Windows-WinGRASS

2010-10-13 Thread M.Onur Kurum
I've been a reader in the Grass-users list so far but I wanted to follow up with this: I was trying to get a py script running under Grass 6.4 and 7.0 OS: WIndows 7 64 bit Here are the results of my experiments, I will try to provide as much detail as I can: I am using http://svn.osgeo.org/

Re: [GRASS-user] Error when running a scrip in Windows-WinGRASS

2010-10-04 Thread Helena Herrera
Greetings to all I want to know if anyone has ever tried to build Python Scripts on winGRASS 6.x??? Because I didn't find any literature or document that this was a limition on Windows... On Fri, Oct 1, 2010 at 6:40 PM, Glynn Clements wrote: > > Helena Herrera wrote: > > > I have developed a S

Re: [GRASS-user] Error when running a scrip in Windows-WinGRASS

2010-10-01 Thread Glynn Clements
Helena Herrera wrote: > I have developed a Script to import Landsat images that runs just fine in > Linux > > But when I compile (Msys) with this expressioN: > make -C r.in.landsat > MODULE_TOPDIR=/C/OSGeo4W/usr/src/grass-6.4.svn_src_snapshot_2010_09_04 > > and run in GRASS I get this error:

[GRASS-user] Error when running a scrip in Windows-WinGRASS

2010-09-30 Thread Helena Herrera
Greetings I have developed a Script to import Landsat images that runs just fine in Linux But when I compile (Msys) with this expressioN: make -C r.in.landsat MODULE_TOPDIR=/C/OSGeo4W/usr/src/grass-6.4.svn_src_snapshot_2010_09_04 and run in GRASS I get this error: Traceback (most recent call l