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
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,
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
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