Re: [Pythonmac-SIG] bdist_mpkg replacement

2013-02-17 Thread Matthew Brett
Hi, > a while back there has been a discussion about Python 3 support in > bdist_mpkg. Basically, I was in the same situation as the original > poster and was looking for a way to produce binary packages for Python 3. > As it seemed that bdist_mpkg is not maintained anymore and it's using an > obs

[Pythonmac-SIG] bdist_mpkg replacement

2013-02-17 Thread Matthias Baas
Hi, a while back there has been a discussion about Python 3 support in bdist_mpkg. Basically, I was in the same situation as the original poster and was looking for a way to produce binary packages for Python 3. As it seemed that bdist_mpkg is not maintained anymore and it's using an obsolete pack

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" > wrote: > > Hi all, > I have create a .app with py2app for a wxpython applic

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

2013-02-17 Thread Chris Rebert
On Feb 17, 2013 1:05 AM, "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, an encoding problem appear from another program called with os.po

[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