Re: [Pythonmac-SIG] py2app : strange behavior maybe relative to encoding

2013-02-19 Thread Pierre Ratinaud
then changing user's environment :) But it's not a definive solution cause I'm forcing a locale and I'm not sure it will work in every context... Time will say :) Thank you for your help Pierre Le 18/02/2013 22:18, Ronald Oussoren a écrit : On 18 Feb, 2013, at 21:22, Pierre

Re: [Pythonmac-SIG] py2app : strange behavior maybe relative to encoding

2013-02-18 Thread Pierre Ratinaud
p. Regards Pierre Le 18/02/2013 13:28, Ronald Oussoren a écrit : On 17 Feb, 2013, at 10:02, Pierre Ratinaud wrote: Hi all, I have create a .app with py2app for a wxpython application. The resulting app does not work as expected if I double click on it (it works but somewhere in the process,

Re: [Pythonmac-SIG] py2app : strange behavior maybe relative to encoding

2013-02-17 Thread Pierre Ratinaud
Actually, I use Popen from subprocess. I don't know why I have written os.popen :) Regards Pierre Le 17/02/2013 10:14, Chris Rebert a écrit : On Feb 17, 2013 1:05 AM, "Pierre Ratinaud" <mailto:ratin...@univ-tlse2.fr>> wrote: > > Hi all, > I have create

[Pythonmac-SIG] py2app : strange behavior maybe relative to encoding

2013-02-17 Thread Pierre Ratinaud
Hi all, I have create a .app with py2app for a wxpython application. The resulting app does not work as expected if I double click on it (it works but somewhere in the process, an encoding problem appear from another program called with os.popen). This problem does not occur if I launch my app