Zunbeltz Izaola:
>I am using wxPython and i want to have some code plataform dependent.
>Is it possible?
import sys
if sys.platform == 'win32':
pass
elif sys.platform == 'linux2':
pass
>I can't find any information about this in the net.
You've got to be kidding.
--
René Pijlman