Re: More pkg_resource issues with py2exe

2008-11-26 Thread Mike Orr
On Wed, Nov 26, 2008 at 4:01 PM, Philip Jenvey <[EMAIL PROTECTED]> wrote: > > > On Nov 26, 2008, at 1:57 PM, Mike Orr wrote: >> >> The module is using pylons.legacy without importing it, so that >> clearly needs to be fixed. >> > > Ok, I committed a fix for this, thanks. > > Weren't you guys using

Re: More pkg_resource issues with py2exe

2008-11-26 Thread Philip Jenvey
On Nov 26, 2008, at 1:57 PM, Mike Orr wrote: > > The module is using pylons.legacy without importing it, so that > clearly needs to be fixed. > Ok, I committed a fix for this, thanks. Weren't you guys using bbfreeze instead of py2exe? Didn't that have better support for dealing with eggs and

Re: More pkg_resource issues with py2exe

2008-11-26 Thread Mike Orr
On Wed, Nov 26, 2008 at 12:02 PM, Chris Barker wrote: > I'm having trouble with Paste, pkg_resources and py2exe. The fix I > developed for py2app is not working. > > I'm sure I can come up with some kind of work around, but I'm > wondering if it really would make more sense to figure out a way to

More pkg_resource issues with py2exe

2008-11-26 Thread Mike Orr
I got this message from my colleague Chris Barker so pkg_resources is still causing problems. === Mike, I'm having trouble with Paste, pkg_resources and py2exe. The fix I developed for py2app is not working. I'm sure I can come up with some kind of work around, but I'm wondering if it really wo