Hey guys, thanks for this project, seems to be excellent.
It would be nice to have some examples to follow though, can someone show where I can find examples of Python source code packet in an .app and .exe file?
I could just find one, but as I understand is outdated because it's using the toml file instead of the .bzl file.
I'm having problems trying to execute the project.
Traceback (most recent call last):
File "tkinter", line 2265, in __init__
File "posixpath", line 142, in basename
TypeError: expected str, bytes or os.PathLike object, not NoneType
It does not happen with the original code, and I don't know what can I do to solve it.