Re: [Repoze-dev] Error importing repoze.who.config

2012-04-17 Thread Paul Winkler
On Tue, Apr 17, 2012 at 05:25:19PM -0400, Chris McDonough wrote: > On Tue, 2012-04-17 at 22:18 +0100, Anusha Ranganathan wrote: > > Hello, > > I have been trying to get repoze.what / repoze.who working with a > > pylons 1.0 application. > > > > When I try to initialize my pylons application, I ge

Re: [Repoze-dev] Error importing repoze.who.config

2012-04-17 Thread Chris McDonough
On Tue, 2012-04-17 at 22:31 +0100, Anusha Ranganathan wrote: > Hello Chris, > Thanks for your reply. > I haven't used pip though I did use apt-get to install some of the > python packages like sqlalchemy. > I'll try installing the packages again in a virtual env and install > all of them using easy

Re: [Repoze-dev] Error importing repoze.who.config

2012-04-17 Thread Chris McDonough
On Tue, 2012-04-17 at 22:18 +0100, Anusha Ranganathan wrote: > Hello, > I have been trying to get repoze.what / repoze.who working with a > pylons 1.0 application. > > When I try to initialize my pylons application, I get the following > error > > from repoze.who.config import make_middlewa

[Repoze-dev] subscribe

2012-04-17 Thread Anusha Ranganathan
___ Repoze-dev mailing list Repoze-dev@lists.repoze.org http://lists.repoze.org/listinfo/repoze-dev

[Repoze-dev] Error importing repoze.who.config

2012-04-17 Thread Anusha Ranganathan
Hello, I have been trying to get repoze.what / repoze.who working with a pylons 1.0 application. When I try to initialize my pylons application, I get the following error from repoze.who.config import make_middleware_with_config as make_who_with_config ImportError: No module named config I h