Re: [Pythonmac-SIG] I published a couple of improvements to py2app

2010-08-19 Thread Ronald Oussoren
On 19 Aug, 2010, at 20:04, Virgil Dupras wrote: > On Thu, Aug 19, 2010 at 12:02 PM, Ronald Oussoren > wrote: >> >> Option to use the built-in modulefinder instead of modulegraph: I was >> getting tired of having to write workaround imports to modulegraph >> (which doesn't like relative imports

Re: [Pythonmac-SIG] I published a couple of improvements to py2app

2010-08-19 Thread Virgil Dupras
On Thu, Aug 19, 2010 at 12:02 PM, Ronald Oussoren wrote: > > Option to use the built-in modulefinder instead of modulegraph: I was > getting tired of having to write workaround imports to modulegraph > (which doesn't like relative imports very well, even the latest > version) and I didn't want to

Re: [Pythonmac-SIG] I published a couple of improvements to py2app

2010-08-19 Thread Ronald Oussoren
 (Sorry about the odd quoting and formatting, mobile me webmail crapped out on me)On 19 Aug, 2010,at 09:45 AM, Virgil Dupras wrote:Hi all,I've been working on a few improvements for py2app. Since Ronald saidhe'd bring the repository to mercurial soon, I was waiting, butmanaging those patches becam

Re: [Pythonmac-SIG] I published a couple of improvements to py2app

2010-08-19 Thread Stephen Gava
thanks a bunch Virgil. ;) On 19/08/10 5:44 PM, Virgil Dupras wrote: Hi all, I've been working on a few improvements for py2app. Since Ronald said he'd bring the repository to mercurial soon, I was waiting, but managing those patches became too much work so I converted py2app's [...] _

[Pythonmac-SIG] I published a couple of improvements to py2app

2010-08-19 Thread Virgil Dupras
Hi all, I've been working on a few improvements for py2app. Since Ronald said he'd bring the repository to mercurial soon, I was waiting, but managing those patches became too much work so I converted py2app's SVN repo into a mercurial one and committed my improvements. These improvements are: Be