Closed nwalsh1995 closed 4 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.
setup.py
Can confirm. python3-dtls does NOT work on Windows because of this.
Fixed by commit 7663c663b8c7faae92aed23ebfc73f67a91bbded
In the original dtls it packages its own .dll files. From the setup.py there are the instructions:
If you try to run the windows commands they break due to a few errors from
setup.py
python 3 incompatibilities.