7 messages in com.googlegroups.pylons-discussRe: Accessing controller name and act...
FromSent OnAttachments
Matt Feifarek24 Aug 2006 23:20 
yi huang25 Aug 2006 00:38 
Matt Feifarek25 Aug 2006 00:48 
Ben Bangert25 Aug 2006 08:15 
Matt Feifarek25 Aug 2006 10:31 
Ian Bicking25 Aug 2006 10:37 
Matt Feifarek25 Aug 2006 15:16 
Subject:Re: Accessing controller name and action name from myghty
From:Ian Bicking (ia@colorstudy.com)
Date:08/25/2006 10:37:37 AM
List:com.googlegroups.pylons-discuss

Matt Feifarek wrote:

Another small bummer in learning the layout of things is that .egg files foil my IDE (Wing) so I can't use the auto-inpect and auto-find features to learn more about the libraries.

If anyone else is having the same problem, the Wing guys suggested simply unpacking the egg into the site-packages and things will then work normally. Of course, you will lose the ability to upgrade via easy_setup, but it might be worth it for you.

A little hint: if you use easy_install --single-version-externally-managed then it will unpack the libraries like this for you.