Darcy
Darcy
Thank you for your reply. It seems like not working when adding the lines you mentioned. (It seems like libvlc are not using python environ value)
> Try setting the proxy from the command line, like > > `env http_proxy='http://whatever...' python vlc.py ...` > > Or perhaps use capitals like `env HTTP_PROXY=....` Thank you for your...
> > > Try setting the proxy from the command line, like > > > `env http_proxy='http://whatever...' python vlc.py ...` > > > Or perhaps use capitals like `env HTTP_PROXY=....`...
> > > > > Try setting the proxy from the command line, like > > > > > `env http_proxy='http://whatever...' python vlc.py ...` > > > > > Or...
I do believe this problem is related to IME. For whatever reason, I found when I comment [the line](https://github.com/moses-palmer/pynput/blob/12acf84dc0f721d91a957da65311497acb664933/lib/pynput/keyboard/_darwin.py#L237), the problem disappears. ```python _EVENTS = ( Quartz.CGEventMaskBit(Quartz.kCGEventKeyDown) | Quartz.CGEventMaskBit(Quartz.kCGEventKeyUp) |...