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 would make more sense to figure out a way to
turn it off in Paste for deployed apps. Do you know enough about
how/why Paste is using it to have thoughts about that?

-Chris
===

As far as I know, pkg_resources is only used for Paste's loadserver()
and loadapp(), and that if you import the specific packages manually
it won't do all that dependency checking that breaks in py2exe/py2app.
 But there seem to be other places where pkg_resources is used too,
and I don't know where they all are.

Chris, you'll want to subscribe to the pylons-devel group at groups.google.com.

-- 
Mike Orr <[EMAIL PROTECTED]>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"pylons-devel" group.
To post to this group, send email to pylons-devel@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/pylons-devel?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to