GujuBoy wrote:
[color=blue]
> how can you check in python at the beginning if you running the app in
> WIN32 or UNIX.[/color]
import sys
print sys.platform
--
Erik Max Francis && max@alcyone.com && http://www.alcyone.com/max/
San Jose, CA, USA && 37 20 N 121 53 W && AIM erikmaxfrancis
Some mistakes we must carry with us.
-- Speaker-to-Animals
Comment