Python Forum

Full Version: key = getkey() opens platforms.py
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I'm attempting to use getkey. The little program debugs up to where the value for 'key' is set. At that point it opens platforms.py (C:\Program Files\Python36\Lib\getkey-master\getkey\platforms.py). I'm a Python newbie so suspect my problem is something silly.

from getkey import getkey, keys
key = getkey()
PyScriptor v3.6.3.0 x64

OS: Windows 10
Word size of OS: 64-bit
Word size of FreeCAD: 64-bit
Version: 0.18.4 (GitTag)
Build type: Release
Branch: releases/FreeCAD-0-18
Hash: 980bf9060e28555fecd9e3462f68ca74007b70f8
Python version: 3.6.6
Qt version: 5.6.2
Coin version: 4.0.0a
OCC version: 7.3.0
Locale: English/UnitedStates (en_US)
Toolman Wrote:At that point it opens platforms.py
Please post the entire error message.