Hey! Thats a great work, i really enjoyed making it work and testing.
i followed the readme but we have some problems to solve
the command for cloning, is
"git clone https://github.com/yourusername/ProxlightBuilder.git" instead of "git clone https://github.com/Proxlight/Proxlight-Builder.git"
next problem is "pip install -r requirements.txt"
the command itself works, but you put "tkinter" in the requirements file, and tkinter is a built in lib, so... you need to remove it to avoid problems
The last problems to run it is
"Proxlight Builder.py" command.
I mean we need to use "python" in the begining of the command to make it work and we should not put blank spaces in files, the command breaks.
So, to solve it you can just edit the name of the file for Proxlight_builder.py
And after that the command to run it would be "python Proxlight_builder.py".
Those are little fixing things, great project
Hey! Thats a great work, i really enjoyed making it work and testing.
i followed the readme but we have some problems to solve
the command for cloning, is
"git clone https://github.com/yourusername/ProxlightBuilder.git" instead of "git clone https://github.com/Proxlight/Proxlight-Builder.git"
next problem is "pip install -r requirements.txt"
the command itself works, but you put "tkinter" in the requirements file, and tkinter is a built in lib, so... you need to remove it to avoid problems
The last problems to run it is
"Proxlight Builder.py" command.
I mean we need to use "python" in the begining of the command to make it work and we should not put blank spaces in files, the command breaks.
So, to solve it you can just edit the name of the file for Proxlight_builder.py
And after that the command to run it would be "python Proxlight_builder.py".
Those are little fixing things, great project