flan / staticdhcpd

A fast, light, extremely customisable DHCP server written in Python
GNU General Public License v3.0
123 stars 42 forks source link

Doesn't support python 3 (and doesn't document that) #75

Closed howardjones closed 3 years ago

howardjones commented 7 years ago

Build fails with Python 3.5 due to various syntax errors (e.g. old-style print) in libpydhcpserver...

Also, the README doesn't mention that python 3 isn't supported. It's been 10 years - maybe acknowledge its existence :-)

flan commented 3 years ago

I'm finally doing a proper Python 3-native port, in what time I can spare.

It's in the 3.0.x branch and, as of today, it seems to be functional, though there's a long list of features to be tested, outlined near the start of README.md. If this is still relevant to you, please try pulling it and seeing if you can check anything off the list.

Migration-tracking is being handled in issue #89.