Re: [Repoze-dev] Problem with repoze.what-pylons sample application

2010-04-13 Thread Phenex
Am Montag 12 April 2010 21:05:36 schrieb Tres Seaver: > Phenex wrote: > > Hi, > > i am unable to run the sample application of the repoze.what pylons > > integration. I get a bunch of error from paste i do not understant what > > went went wrong. After i failed to get the new version to run (the ol

Re: [Repoze-dev] Problem with repoze.what-pylons sample application

2010-04-12 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Phenex wrote: > Hi, > i am unable to run the sample application of the repoze.what pylons > integration. I get a bunch of error from paste i do not understant what went > went wrong. After i failed to get the new version to run (the old one hase > p

Re: [Repoze-dev] Problem with repoze.what-pylons sample application

2010-04-11 Thread Phenex
Am Samstag 10 April 2010 17:11:46 schrieb Chris McDonough: > I'm not sure that I remember the entire context here, but if you are using > r.who 2.0, ensure that your "auth_tkt" plugin is both an identifier and and > authenticator. In r.who 1.0 this did not need to be true; in r.who 2.0, > configur

Re: [Repoze-dev] Problem with repoze.what-pylons sample application

2010-04-10 Thread Chris McDonough
I'm not sure that I remember the entire context here, but if you are using r.who 2.0, ensure that your "auth_tkt" plugin is both an identifier and and authenticator. In r.who 1.0 this did not need to be true; in r.who 2.0, configurations need to change so that it is true. On 4/10/10 7:11 AM, P

Re: [Repoze-dev] Problem with repoze.what-pylons sample application

2010-04-10 Thread Phenex
I really need help with this, especially because i don't think the problem is there because i did somthing wrong. Repoze worked fine in the older version (except the unicode thing), but now no login is possible. Database is ok and password is authentified correctly. And the same problem in the s

Re: [Repoze-dev] Problem with repoze.what-pylons sample application

2010-04-07 Thread Phenex
Am Mittwoch 07 April 2010 23:47:14 schrieb Gustavo Narea: > Did you try #2? > > You can then try logging in with one of the initial credentials: > http://bitbucket.org/Gustavo/whatpylonsproject/src/tip/pylonssecuredapp/web > setup.py > Yes i did. Records are in database and the verification of th

Re: [Repoze-dev] Problem with repoze.what-pylons sample application

2010-04-07 Thread Gustavo Narea
Hello, On 07/04/10 12:11, Phenex wrote: > The appliction is running now, but i have the same problem i've had mith my > own one - i simply connot login. The password validation itself works, i have > no idea were the problem is. No exception, simply the message "Wrong > credentials" > Befor

Re: [Repoze-dev] Problem with repoze.what-pylons sample application

2010-04-07 Thread Phenex
Am Dienstag 06 April 2010 13:13:58 schrieb Andrey Popp: > It seems you have this application not installed in terms of > setuptools: run `python setup.py develop`. Paste get WSGI application > via entry point which are became active only after installing package. Thanks a lot, i never worked with s

Re: [Repoze-dev] Problem with repoze.what-pylons sample application

2010-04-06 Thread Andrey Popp
It seems you have this application not installed in terms of setuptools: run `python setup.py develop`. Paste get WSGI application via entry point which are became active only after installing package. On Tue, Apr 6, 2010 at 3:11 PM, Phenex wrote: > Hi, > i am unable to run the sample application