mobius-software-ltd / pyton3-dtls

Datagram Transport Layer Security for Python
Apache License 2.0
6 stars 6 forks source link

Windows binaries are not packaged with the application correctly #2

Closed nwalsh1995 closed 4 years ago

nwalsh1995 commented 5 years ago

In the original dtls it packages its own .dll files. From the setup.py there are the instructions:

    # Full upload sequence for new version:
    #    1. python setup.py bdist_wheel
    #    2. python setup.py bdist_wheel -p win32
    #    3. python setup.py bdist_wheel -p win_amd64
    #    4. twine upload dist/*

If you try to run the windows commands they break due to a few errors from setup.py python 3 incompatibilities.

hugonun commented 5 years ago

Can confirm. python3-dtls does NOT work on Windows because of this.

yulianoifa-mobius commented 4 years ago

Fixed by commit 7663c663b8c7faae92aed23ebfc73f67a91bbded