pyramid_ldap has been a group effort as different folks needed it (we paid 
mcdonc to write the original iirc, goodwill and others have contributed as they 
needed new stuff).

It's a package that is maintained as folks need it, and I would not necessarily 
take it as a representation of Pyramid's py3 readiness ( pyramid_* are 
community supported, so some variability in mileage is to be expected), though 
forking it, making it py3 compatible, and issuing a pull request would 
definitely prevent the next person who comes down this path from having the 
same experience.

-w

d. "whit" morriss
Systems Engineering / DevOpstetrics
[email protected]<mailto:[email protected]>





On Feb 25, 2014, at 9:33 AM, Christoph Zwerschke 
<[email protected]<mailto:[email protected]>>
 wrote:

According to 
http://blog.jetbrains.com/blog/2013/10/21/webinar-recording-production-python-3-web-development-with-pyramid-and-pycharm/
Python 3 was considered "ready to go for web development" last year.

With this expectation, I just started a Pyramid project with Python 3, but was 
already thwarted when I wanted to add LDAP authentication with pyramid_ldap. It 
doesn't seem to support Py 3, and there is not a simple fix because it's based 
on ldappool and python-ldap which both don't support Py 3. So I have two 
questions:

How "ready to go" is Pyramid + Python 3 really? How many of the pyramid_... 
packages really support Py 3? Is LDAP only an exception or will there be more 
unpleasant suprises?

What would be the best way to get LDAP authentication in Py 3? I'm thinking of 
forking ldappool and pyramid_ldap and making them use python3-ldap instead of 
python-ldap. Any better ideas?

-- Christoph

--
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to 
[email protected]<mailto:[email protected]>.
To post to this group, send email to 
[email protected]<mailto:[email protected]>.
Visit this group at http://groups.google.com/group/pylons-discuss.
For more options, visit https://groups.google.com/groups/opt_out.

-- 
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/pylons-discuss.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to