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. -- Glynn Clements <[email protected]> _______________________________________________ grass-user mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/grass-user
