I was trying to used the msvcrt.getch in a python script I am writing but when asking for keyboard input it doesn’t stop and ask for user input and alwas puts in value 655335 or something like that. I was just wondering if there was something that I was doing incorrectly or if that function does not work? Thanks
Hi @patskorut,
If you’re using Rhino 7, which uses IronPython no CPython, then this isn’t going to work.
Perhaps you can provide more information on what you tryin to do and why? Posting scripts that don’t work can be helpful too.
– Dale