noirello / bonsai

Simple Python 3 module for LDAP, using libldap2 and winldap C libraries.
MIT License
117 stars 33 forks source link

Upload wheels for linux platform #11

Closed Gr1N closed 7 years ago

Gr1N commented 7 years ago

Please, if it possible, upload wheels for linux platform, we can always build from sources, but wheel more useful.

noirello commented 7 years ago

It's not possible (yet) to use wheel distribution on Linux.

As far as I know, the current implementation of wheel is not able to store information about Linux distributions which is a problem, because for example a Debian-based distro uses different libraries then a Red Hat-based one. So a module compiled and wheel packaged on one of them won't work on the other distribution.

But the developers of wheel are already working on this. So stay tuned :)