Hi, 2009/5/25 Glynn Clements <[email protected]>: > > Milton Cezar Ribeiro wrote: > >> I will try this, but was thinking, as my plataform is not win32 (I am >> running amd64 or x64) if with the change : >> if sys.platform == "win32": .... >> if it will also work for my case?! > > It depends upon whether Python uses a different value for sys.platform > on 64-bit systems. I don't have such a system, so I don't know.
what about platform.system() == 'Windows' ? Martin -- Martin Landa <landa.martin gmail.com> * http://gama.fsv.cvut.cz/~landa _______________________________________________ grass-user mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/grass-user
