Hi, Mac Leopard 10.5.5 Intel python 2.6.6 wxpython 2.8.11.0 py2app 0.5.2
My program is working fine in source environment. In source environment 'os.getenv' is working fine. When deploying .app using py2app 'os.getenv' is returning none. I am also facing problems when executing external program using wx.Process. These programs are available on path and there is no problem when executing them using terminal or running from my script in source environment. I tried using full path of these external programs but they are also complaining about their own environment vars missing. I am new to mac and absolutely node idea why .app is not able to access environment variables. Cheers Prashant _______________________________________________ Pythonmac-SIG maillist - Pythonmac-SIG@python.org http://mail.python.org/mailman/listinfo/pythonmac-sig unsubscribe: http://mail.python.org/mailman/options/Pythonmac-SIG