2
votes
Notification Library for Windows
Are you developing the application in Python? It depends what GUI toolkit you're using.
If you're using wxPython, you could try …
2
votes
Why does this pyd file not import on some computers?
You could try something like Process Monitor, to watch what DLLs it tries to load. I'd assume that one of …
