<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
after installing pywin32 for python25, I get this error:<br>
<br>
GRASS 7.0.svn> r.ipso.py<br>
Traceback (most recent call last):<br>
File "C:\GRASS-70-SVN/etc/gui/wxpython/gui_modules/menuform.py",
line 2253, in <module><br>
task = grassTask(cmd[0])<br>
File "C:\GRASS-70-SVN/etc/gui/wxpython/gui_modules/menuform.py",
line 371, in __init__<br>
processTask(tree =
etree.fromstring(getInterfaceDescription(grassModule)),<br>
File "C:\Python25\lib\xml\etree\ElementTree.py", line 964, in XML<br>
return parser.close()<br>
File "C:\Python25\lib\xml\etree\ElementTree.py", line 1254, in
close<br>
self._parser.Parse("", 1) # end of data<br>
xml.parsers.expat.ExpatError: no element found: line 1, column 0<br>
GRASS 7.0.svn><br>
<br>
<br>
<br>
On 10/15/2010 12:13 AM, Glynn Clements wrote:
<blockquote
cite="mid:19639.54502.688921.454570@cerise.gclements.plus.com"
type="cite">
<pre wrap="">
M.Onur Kurum wrote:
</pre>
<blockquote type="cite">
<pre wrap=""> 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:\GRASS-70-SVN\etc\gui\wxpython\gis_set.py", line 38, in <module>
import gui_modules.goutput
File "C:\GRASS-70-SVN\etc\gui\wxpython\gui_modules\goutput.py", line
35, in <module>
import gcmd
File "C:\GRASS-70-SVN\etc\gui\wxpython\gui_modules\gcmd.py", line 44,
in <module>
from win32file import ReadFile, WriteFile
ImportError: No module named win32file
</pre>
</blockquote>
<pre wrap="">
You need to install the pywin32 package.
<a class="moz-txt-link-freetext" href="http://sourceforge.net/projects/pywin32/">http://sourceforge.net/projects/pywin32/</a>
</pre>
</blockquote>
<br>
<div class="moz-signature">-- <br>
<style>p.MsoNormal, li.MsoNormal, div.MsoNormal { margin: 0in 0in 0.0001pt; font-size: 12pt; font-family: "Times New Roman","serif"; }a:link, span.MsoHyperlink { color: blue; text-decoration: underline; }a:visited, span.MsoHyperlinkFollowed { color: purple; text-decoration: underline; }p { margin-right: 0in; margin-left: 0in; font-size: 12pt; font-family: "Times New Roman","serif"; }span.SpellE { }.MsoChpDefault { font-size: 10pt; }div.WordSection1 { page: WordSection1; }</style>
<div class="WordSection1">
<p style="margin: 0in 0in 0.0001pt;"><span class="SpellE">M.Onur</span>
Kurum<br>
Graduate Research Assistant<br>
Dept. of Civil, Construction, and Environmental Engineering<br>
North Carolina State University<br>
Campus Box 7908<br>
2501 Stinson Drive, 428 Mann Hall<br>
Raleigh, NC 27695-7908<br>
Office: (919) 515-1340<br>
Mobile: (919) 200-0665 <br>
Email: <a class="moz-txt-link-abbreviated" href="mailto:mokurum@ncsu.edu">mokurum@ncsu.edu</a><br>
Email: <a class="moz-txt-link-abbreviated" href="mailto:m.onur.kurum@gmail.com">m.onur.kurum@gmail.com</a></p>
</div>
</div>
</body>
</html>