niccokunzmann / python_dhcp_server

a dhcp server in python
MIT License
88 stars 33 forks source link

How to run without GUI #21

Open ofn1 opened 1 year ago

ofn1 commented 1 year ago

I want to run it on a linux server cli without tkinter, how to do it? Thanks!

niccokunzmann commented 1 year ago

Can you try running the Python files and report back? If you use ssh, X-Forwarding can be used to view the window (once tkinter is installed.