[Twisted-Python] Form based auth - problem with credential checker

2018-07-11 Thread Jonah Crawford
I've posted code here: credential checker --> https://gist.github.com/minskmaz/ab218d7b137b24ede8ffc7e3ea6e2392#file-credentialchecker-py realm.py --> https://gist.github.com/minskmaz/ab218d7b137b24ede8ffc7e3ea6e2392#file-realm-py session wrapper --> https://gist.github.com/minskmaz/ab218d7b137b

Re: [Twisted-Python] Form based auth - problem with credential checker

2018-07-11 Thread Jonah Crawford
r imports and, for > example, replacing the database calls with some succeeded/failed Deferreds? > I'd love to help but I'd rather not debug a bunch of zope component lookups > (I'm assuming that's what getUtility is) and DB queries that are irrelevant > to

Re: [Twisted-Python] Form based auth - problem with credential checker

2018-07-13 Thread Jonah Crawford
7;s what > getUtility is) and DB queries that are irrelevant to the problem at hand :). > > -g > > On Jul 11, 2018, at 3:48 PM, Jonah Crawford > wrote: > > I've posted code here: > > credential checker --> https://gist.github.com/minskm > az/ab218d7b137b24ede8

Re: [Twisted-Python] Half a day on a broken Pip install.

2018-07-29 Thread Jonah Crawford
Ryan. Usually bleeding edge python distributions are not supported on large code bases for a number of months. This is because a good deal of testing must occur before folks trust it in production. It's a good thing you only gain by using a previous version - even python 2.7. I suggest following Mo

Re: [Twisted-Python] Half a day on a broken Pip install.

2018-07-30 Thread Jonah Crawford
Ryan here's the free version of docker to install. https://www.docker.com/community-edition After you have that running try this: https://github.com/zerok/channels-in-docker The three lines to run it are at the bottom of the page. You'll need to learn more about docker as it's a big part of the

Re: [Twisted-Python] Half a day on a broken Pip install.

2018-07-30 Thread Jonah Crawford
to upgrade. > > I appreciate the help. 2 days of my life I will never get back. > > > Thanks for all the help. > > Sent from my iPhone > > On Jul 30, 2018, at 12:58 PM, Jonah Crawford > wrote: > > Ryan here's the free version of docker to install. > > https://