On Mar 4, 2017, at 11:33 AM, Kurt Eilander <web...@totalrewind.com> wrote: > > Anybody use python to access built-in accelerometers on windoze? > > I found this: > https://docs.microsoft.com/en-us/uwp/api/Windows.Devices.Sensors.Accelerometer > > but it appears to be an (COM??) object, so I hate to do battle with that > if somebody has already done the leg-work.
It's a WinRT class (Windows Runtime), which is even worse. It feels like COM, but it lives in a sandbox. I am not aware of anyone who has managed to integrate WinRT into Python, but I may not be on the cutting edge. — Tim Roberts, t...@probo.com Providenza & Boekelheide, Inc. _______________________________________________ python-win32 mailing list python-win32@python.org https://mail.python.org/mailman/listinfo/python-win32