2010/10/30 Martin Landa <[email protected]>: >> import shlex >> >> def split(s): >> return shlex.split(s, posix = (sys.platform != "win32")) > > we need to find less Python specific way. The 'posix' parameter has > been added in Python 2.6 [1]. OSGeo4W uses Python 2.5, so it will not > work.
small workaroud in r44109 (try the next wingrass build). Martin -- Martin Landa <landa.martin gmail.com> * http://geo.fsv.cvut.cz/~landa _______________________________________________ grass-dev mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/grass-dev
