Squiblydoo
Squiblydoo
I’ve observed an issue where the Install Script can fail due to a space in the username. It looks like that could be your problem too.
Hi @petasis ! I am the new maintainer of tkinterdnd2 which uses your binaries and I saw that this is a common request. I saw this thread this morning and...
I have a temporary work around here: https://github.com/Squiblydoo/DotNetDebloat I can write all the files from a bundle to disk using a .NET EXE that leverages AsmResolver
Mentioning here for the citizens of the future: the `tkinterdnd2-universal` repository will stop working with python 3.13; however, I've started maintaining https://github.com/Eliav2/tkinterdnd2 which is the package you download with `pip...
Sorry for the long period since your submission of this PR. Thanks for the improvement suggestion. I have reviewed this and determined that it works as expected.
I'd be happy to use GitHub actions, but have had some difficulty setting up the correct actions for the ARM Windows and ARM Linux runners, or an alternative.(As I understand...
I'm experiencing this problem as well. It appears to be an issue with opening the dialog to view files on the local drive. As one can open a file by...
Can you tell me more about your environment? It looks like you are using python3.14, which is currently in pre-release (unless I am mistaken). Perhaps that is the issue? At...
Thanks for the information and for creating the issue. It looks like `typing.ByteString` was deprecated in [python 3.9 and then removed in python 3.14](https://docs.python.org/3.13/library/typing.html#typing.ByteString). So this is something I will...
@clin1234 , I have created version 1.6.5 releases and updated pypi. In my local testing, I was able to confirm that both GUI and CLI work with python3.14 now. When...