Hi, -------- Original-Nachricht -------- > Datum: Wed, 7 Dec 2011 21:23:13 +0000 > Von: Glynn Clements <[email protected]> > An: Johannes Radinger <[email protected]> > CC: [email protected], [email protected] > Betreff: Re: [GRASS-windows] compiling WINGrass Python Scripts - ExpatError
> > Johannes Radinger wrote: > > > I tried to run the script now manually with --help > > from the command line. For simplicicity I only tried > > v.krige.py, a python script that already comes with > > the GRASS 6.5 SVN install. > > v.krige.py isn't a normal Python script; it has its own GUI. I just meant that it comes already with GRASS so that I can be sure that the source of the error is not my own script! > > > I also tried to run my own script without the .py ending and with > --help: > > ''''''''''''''''''''''''''''''''''''''' > > pythontest_l --help > > Traceback (most recent call last): > > File "C:\OSGeo4W\apps\grass\grass-6.5.svn\scripts\pythonte > > st_l.py", line 42, in <module> > > import grass.script as grass > > ImportError: No module named grass.script > > ''''''''''''''''''''''''''''''''''''''' > > You need: > > set PYTHONPATH=%GISBASE%\etc\python;%PYTHONPATH% > > 7.0 does this automatically, but 6.x doesn't. Where do I have to set this permanently in Windows? Do I have modify a certain file? I'd need to use also my system python (2.6) and its modules within the script - will there be conflict? Although the combination GRASS 6.x, Windows and Python isn't well tested I want to give it a try - as a tester....:) /johannes > > > What is the normal way to run a python script in windows, with or > > without the .py ending? > > I don't know. GRASS 6.x, Windows, and Python isn't a particularly > well-tested combination. > > -- > Glynn Clements <[email protected]> -- NEU: FreePhone - 0ct/min Handyspartarif mit Geld-zurück-Garantie! Jetzt informieren: http://www.gmx.net/de/go/freephone _______________________________________________ grass-dev mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/grass-dev
